Hello,
I’m really struggling on the parameter to pass into the “Input Data Field Name”
I searched on many topics and I didn’t find anything to get around the error i got… I tried to use a loop after the form upload node and I still get the same error.
I’ll explain, I want to upload multiple PDF at once, read every PDF files with Mistral OCR and ask an AI Agent if my folder is complete and if any PDF is missing based on a prompt.
The workflow is working well if I upload only 1 PDF. But I can’t find a way to make it work with multiple PDF… I read on some topics that we can split our 1rst result with one section of code but still got the same error with the code.
“This operation expects the node’s input data to contain a binary file ‘data’, but none was found [item 0]” when reaching the first Mistral Upload Node.
The problem is that I don’t know what code to type to make it work
That’s why I’m posting here
Things that I have tried :
Use a loop node after uploading multiple files
Use the “Split” node after uploading multiple files
Use some code (but don’t really know if the code I was using was working)
Either I don’t have the right piece of code or I don’t have the right parameter in the node Mistral Upload → On the “Input Data Field Name”.
I’m really struggling to get it working