I have two flows one which is a bulk update from SQL which updates a SharePoint list once a month and a second one which updates the SQL table when a user updates a record in the list.
The issue I have is when I do the bulk update the alternate flow is triggered and does a superfluous update back to the SQL table essential copying itself.
I tried disabling the second flow in the bulk flow and even added a 10-minute delay but as soon as I turn on the Update flow its starts copying back all the rows to SQL.
Whilst its not a huge issue it is a waste of resource and was hoping to stop the copy back