I have a SharePoint list with a few columns. I have configured a flow which updates the same list item and sends an email when an item is modified in the list. List items are modified from a second flow too which runs when an item in another list is modified.
To avoid infinity loops, I have created a column called "FlowControl (Yes/No)" which is checked if the flow is run subsequently after an item is updated. So basically, when I update the item, I set the column value to No and the flow gets terminated. However, my problem is if a user updates the item values from sharepoint list, they have to manually set the flowcontrol column value to Yes. If they don't, the flow is terminated.
Is there a way to handle this situation?