Hi Community,
I totally lost what I´m doing wrong. I have simple start to set up a flow that use the trigger "Item is created or modified". I use also somw trigger condition to reduce the volume of runs. Unfortunately the flow show strange behaivor. If I change one item the flow runs not only for this item - the flow runs for all items that match one of the criteria.
My trigger condition -
@Or(or(equals(triggerOutputs()?['body/Stellen_x002d_Status/Value'],'Bereit für Bearbeitung'),equals(triggerOutputs()?['body/VOIS_x002d_Status/Value'],'bitte stornieren')),equals(triggerOutputs()?['body/VOIS_x002d_Status/Value'],'bitte ändern'))
Any idee where my error sits?
Thx in advance