I’ve email trigger, and upon receiving a valid email with an attachment, I then validate that the attachment is a PDF and has a specific identifier. If it does, I want to pass this PDF to an AI node to extract information. In every case I’ve tried, when passing it, it tells me there’s no file to process. Could someone help me understand how I should pass it so the node can process it?
I’ve tried a read/write with a code node, but without the expected results.
Can you please send me the excecution output of the EMailtrigger? @Daniel_LS and what Emailprovider do you have. Cant you use the gmail or outlook node?
Activate the Download Attachement Option in the trigger and then you have to use the node extract from File to convert the binary Data into a JSON, you can use in the OpenAI Node @Daniel_LS hope that helps
Hey @Daniel_LS hope all is good. Welcome to the community.
The issue is that execute command node is not passing the binary through.
First you need to decide whether you even need that node. Tell us more about what that node is doing.