I have a flow that runs infinitely, I set a trigger condition that compare a a change in a column of type choices named "CUMPLEREQUISITOS", this is my trigger condition : @not(equals(triggerBody()?['CUMPLEREQUISITOS'], triggerBody()?['CUMPLEREQUISITOS@odata.oldValue'])), but when the flow runs I have an infinite loop, in the condition structure when is "true" uodate an item and send a teams message, see the next pictures. How can solve it?