Hello everyone,
I have created a flow, which should only run, when the item has the values "Lost" or "Closed" in the States column of my sharepointlist. And when the flow starts it should make a timestamp in a column in my sharepointlist. This works but I have the following problem.
For my flow I am using this trigger:
and this is the Triggercondition of this Trigger: @Anonymous(equals(triggerOutputs()?['body/States/Value'], 'Lost'), equals(triggerOutputs()?['body/States/Value'], 'Closed'))
The problem now is, that the flow runs nearly every minute, altough I dont modifie anything on the items or create any. Beacuse of this, the timestamp is changing everyday. For example yesterday was the timestamp 11/22/23 but today it changed the timestamp to 11/23/23 beacuse it runs.
What is the problem?
Thanks for your help