Hi Community,
I’m trying to decompress a file from a trigger in Gmail using the decompress node. I am also trying to get Invoices from Gmail to Drive and Google Sheets, but some invoices came in zip or compressed files. How can I configure this right?
The error I get is this: The item has no binary field ‘data’ [item 0]
I’m encountering an issue with the workflow. It works correctly when the email contains a compressed file, but when the email includes a PDF, I receive an error. I assume this happens because the system expects a file to decompress and, when it doesn’t find one, it generates an error.
However, I need the workflow to process PDFs as well, just as it does with compressed files. The workflow helps me identify invoices (some are compressed, while others are in PDF format) and transfer them from Gmail to Drive and Google Sheets.
How can I resolve this issue? Thank you in advance for your support!