I have a flow that is triggered from a button in PowerApps. No problem. Everything works fine. Several differeret useres running the same flow concurrently... No problem, as long as the ID in the SharePoint list is unique.
The flow takes 2½ minutes to complete. Now at then it happens that the user clicks the button again, which will make both flows fail.
I want to keep concurrent control off, but prevent the flow from running simultaneously with the same SharePoint ID.
Is this possible? and what do i write in the trigger conditions?