Hello all!
What is the trigger condition if I want to say:
if the event is NOT modifed by myself
@not(equals(triggerOutputs()?['Modified'],'myemailadress.com'))
would this work? ^
Solved! Go to Solution.
This is what worked for me:
@not(equals(triggerOutputs()?['body/Editor']?['Email'],'myemail@domain.com'))
My Settings 'Array' shows @triggerOutputs()?['body/value'] so my Trigger Conditions expression has to be written to match. (For more details about that see this article: How to write TRIGGER CONDITIONS for a specific tex... - Power Platform Community (microsoft.com)).
For context, I am using this so that when a user updates an item in the list (modified by is not me), the flow runs through conditions to send applicable notifications, at the end of the flow the item is updated with the outcomes (modified by is me), I added this trigger condition so that it stops there and does not infinite loop. Works great!
Cheers,
Juliana Donkersgoed
User | Count |
---|---|
96 | |
40 | |
26 | |
23 | |
16 |
User | Count |
---|---|
129 | |
52 | |
48 | |
36 | |
24 |