Hello, i need to configure a workflow which is triggered only by the change of one column in a sharepoint list. It should give a notification.
It works for now with "trigger condition" @equals(triggerOutputs()?['body/COLUMN/value'],'VALUE')- but now there is another problem - if we change the column, the workflow starts - and if we change some later another column in the same list entry, the workflow also starts (because the trigger condition is also true) ...
How can we avoid this? Workaround for now is an action which changes the column value after the notification to a "notified" value ... is there another option which i dont know?