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.