Forum Discussion
Acorn999
Nov 18, 2022Brass Contributor
Power Automate Trigger when SharePoint item created/modified endless loop
I have a SharePoint List and a Power Automate flow which is triggered when an item is added or modified in the SharePoint list. The power Automate flow modifies one of the values in the list item. B...
- Nov 19, 2022
Acorn999
i use@not(equals(triggerOutputs()?['body/Editor/Email'],'<email of the serviceaccount>'))
Sean_DBA_0125
May 19, 2023Copper Contributor
I have a question, I am using the when an item is modified trigger and the table is in sql server. I have a column named altered_AT which houses the timestamp there is a Stored Procedure that runs and compares current data to the data in a table and IF there is a change then update the table however apparently just querying the table updates the timestamp and then it runs literally every 10 seconds anyone else have an issue with this?