Hi All!
I am trying to find out how to set up a trigger condition to only activate when there is a change in specific column in share-point. This will help with the infinite loop issue that I have when there is change .
I got this here. But I am not sure it is correct. When I run it it dose not do anything.
@And(equals(triggerBody()?['Status'], 'Active'), not(equals(triggerBody()?['Status'], triggerOutputs()?['queries']?[0]?['Status'])))
The column that I am looking at the Status column.