I'm encountering a timing issue with the "When a row is added, modified, or deleted" trigger in my flow. Specifically, when the Change Type Added and the added record contains an image. I believe the flow is triggered before the image is completely uploaded. As a result, when a proceeding "Download a file or an image" action is executed for the record that triggered the trigger, the image does not yet exist and the cation returns 204, despite its addition to Dataverse causing the trigger.
I've noticed that resubmitting the failed flow minutes later is successful, and the image is recognized in Dataverse.
Could you please assist me in confirming if this is an error with the trigger or if there's an error in my flow configuration? Thank you.
The flow:
Please see this example:
Resubmitting the same flow:
Image content is here:
Hi @Utilman_Ty ,
Attachment will not be added when the record is created. The action of adding an attachment is to modify the record.
Please try to set the 'change type' to Modified.
Best Regards,
Wearsky