Hi guys.
I collect the data useing PowerApps and store it in the Sharepoint. Then, I created a flow that started with "when item is created or modified" (from SharePoint).
The flow will run certain functions, but in the end, it will update the item in the sharepoint and send a message to the one that fill in the form.
The problem that I have been facing is that as the flow has "Update Item" function at the end of the flow. it means that it will modify the items again, even though it has been modified. This will caused the infinite loop to happens.
I could not figure out on how to stop the flow. I hope anyone ca helps. Thansk