To prevent data mix-ups in multi-flow approvals, I use a SubmissionID—a unique ID generated when the employee first submits their form. This ID is passed through each approval step (supervisor → manager → HR) as a hidden field in subsequent forms. In every flow, I filter Get response details using submissionID eq '@{variables('SubmissionID')}' to fetch only the original submission’s data. This ensures:
Get response details
submissionID eq '@{variables('SubmissionID')}'
No cross-contamination between concurrent requests.
Fresh data at each step (no variable reuse).
Easy debugging—track all steps via the SubmissionID.
Its not fully complete but something like this
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Telen Wang as our August 2025 Community…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Tomac 986 Moderator
stampcoin 699 Super User 2025 Season 2
Riyaz_riz11 577 Super User 2025 Season 2