
Announcements
I have a Microsoft Dataverse (when a row is added/modified) Trigger condition and the flow should trigger on update of selected fields. However, I can see the flow is triggering twice even on single update on a single field.
Compared the JSON of both the triggers only Row version and modifiedOn is getting updated
and both the field are not part of my flow select columns
If anyone faced this issue and got the solution please help me out!
The flow would be triggered even if the same value is updated to the selected fields. Since the Row Version and Modified On are getting updated, there is an update happening and all the other field values are same means one (or more) of the columns are getting updated with the same value.
If the same value is getting updated in the column, it does not show up in the audit details either. You just need to review the other automation processes (cloud flows, classic workflows, plugins) to identify which process could trigger the second update.
E.g. The flow triggers on update of the Case Title and Case Type. The current Case Title is "Enquiry".
In that example, one action of the user could trigger the flow twice because of another flow update.