Hello,
I am experiencing a recurring issue with emails processed through my application using the action "when a new mail arrives(v3)"
hasAttachments: true
, but when processed, the attachments array is empty.hasAttachments: true
, but in this case, the attachments are correctly included and processed.This creates a significant issue for my application because I rely on these emails to generate specific documents. Due to this behavior:
hasAttachments: true
but have an empty attachments array?Any guidance on this issue would be greatly appreciated, as it is affecting critical application workflows.
Thank you in advance for your help.
Thanks for your reply, Mark! To clarify the issue, I'm sharing some screenshots and additional details about the flow.
No filters in the trigger configuration
Pattern of the issue
hasAttachments: true
, but the attachments
array is empty.attachments
array correctly populated.How I am currently handling this
hasAttachments = true
but the attachments
array is empty. This prevents incorrect execution but does not solve the root issue of duplicate emails.My main question remains:
I would really appreciate any insights into this behavior. Thanks in advance!
I've attached three images for reference:
attachments
array).