I have a Sharepoint list and I only want to run a flow if a specific column value is changed.
By using the Trigger Conditions of the connector the flow triggers also when some other column are changed, but the specific one is remaining as it is in the trigger condition.
Chatgpt suggested to add a condition and compare the previous value of the specific one with the value after the change, but a dynamic content I only have one entry for the colum.
Would be great if someone could help me