Hi Everyone,
Thought I would share.
I had been struggling with getting a trigger condition to only fire when an item is checked in.
After a lot of trying I finally got the right condition I would like to share.
@equals(triggerOutputs()?['body/{IsCheckedOut}'],false)
Hope this is helpful.
Nice work.
Hi. can you share the rest of the flow map?
Hi,
Sorry for the delay.
I can see your problem is the array statement.
Please use the one from my example
@triggerOutputs()?['body/value']
I hope this helps.
Thanks for sharing.
I am trying to apply it but I don't find the correct array. Do you have an idea what I might did wrong? (See photo)
That is something that I have struggled with. Thank you for a simple solution!