I'm having some real problems setting up a flow trigger condition with SharePoint data.
I have a field called 'Service Lead' (which is a person or group column), and another field called 'Service Lead Text', (which is a text column).
Whenever the 'Service Lead' column is changed I want to update the 'Service Lead Text' column to match. Without a trigger condition this creates an infinite loop in the flow as it's updating itself, so I only want it to run when the fields don't match.
I have tried to research the syntax on this but I'm struggling to get anywhere near. For reference, the 'Service Lead Text' column needs to match the 'Display Name' of the 'Service Lead' person field.
Many thanks.