
Announcements
Here I am using this flow to update the items. When a particular item is filled. here my requirement is to change the step number. based on the fields filled by users. For that I am using when an item is created or modified. and then, when a user updates the items in PowerApps. I need to update the step number, for that I am using the update item. this flow is triggering continuously. how to fix it.
Hi @Changal ,
You can add a condition action to determine whether the specified field has been modified to the target value.
In this way , flow will only be triggered repeatedly at most once (this time it will only execute the judgment and end without executing the update item, so it will not fall into an infinite loop)
Best Regards,
Bof