šŸ“§ Gmail New Email Trigger is Now Available!

Hi @kishanprmr - I think I found a bug in the gmail file handling. Sometimes the file URL gets corrupted but itā€™s ONLY happening in production. I can process an email w/ attachment in test mode and it works fine, but when I turn on the flow itā€™ll fail for the very same email. It doesnā€™t happen to every email either.

I canā€™t see the output directly because it just shows ā€œ(truncated)ā€ but looking at the failed JSON from Airtable (where Iā€™m trying to upload the file) it returns the belowā€¦

ā€œmessageā€: "Invalid attachment object for field attachment: {\n "url": "memory://{\"fileName\":\"ProjectCaesar-6.24.pdf\",\"data\":\"JVBERi0xLjcNCiW1tā€¦

ā€¦and that goes on for pages and pages. Again, this only happens in production, no issues when Iā€™m testing it either piecemeal or full flow.