I have the following flow.
- When a new response is submitted
- In the form the people upload an Excel attachment
- Get response details
- Create a New Folder (the folder path is based on the response ID)
- Parse JSON to get the Excel URL
- Then Inside a For Each loop (because of the Parse JSON)
- Start and wait for an approval (I use the Body Link in the approval Link, so that the approvers can open the file.)
Thank you very much!