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>'))
SvenSieverding
Bronze Contributor
Acorn999
i use
@not(equals(triggerOutputs()?['body/Editor/Email'],'<email of the serviceaccount>'))
Acorn999
Nov 21, 2022Brass Contributor
@not(equals(triggerOutputs()?['body/Editor/Email'],'<email of the serviceaccount>'))
This code from you is successful. Solves my issue. Very appreciated!