Could anyone help me with Mindee node output?

I’m working on a workflow in n8n (v1.94.1 Cloud) where I use the Mindee node to extract information from a CV (PDF) and then pass that data to Adzuna to search for suitable job listings.

However, I’m encountering the following error from the Mindee node:

The item has no binary field 'data' [item 0]
Check that the parameter where you specified the input binary field name is correct, and that it matches a field in the binary input

Error Details:

  • Node type: n8n-nodes-base.mindee
  • Node version: 3 (Latest)
  • Item Index: 0
  • Stack trace snippet:
NodeOperationError: The item has no binary field 'data' [item 0]
at assertBinaryData ...

It seems like the Mindee node is expecting a binary input (probably the CV file), but it’s not finding the expected data field. I suspect I might be misconfiguring the binary input field or missing a step before this node.

Has anyone encountered this before?
Any tips on how to properly pass the binary file to the Mindee node or how to structure the workflow so the binary field is correctly recognized?

Thanks in advance for your help!