I have a flow that gets triggered when a list item gets created or modified. The flow is relatively simple, sending a notification email out to a filtered list of recipients. So far, so good.
The problem arises when the list item has attachments. The flow is being triggered once for the list item creation, and then once again for each list item attachment.
I tried inserting a 2 minute delay in the beginning of the flow to allow for the attachment uploads to complete. This does not help as the triggers just queue up. I could make the flow run only on creation, but would lose the notifications when the item is modified.
Any ideas?