Hi there, I have tried to find a solution but can't seems to figure it out.
Flow is used to create reimbursement form that trigger and upload the attachments to onedrive, then a flow to create a shared link to send the manager to approve the request then store all data in sharepoint if accepted by manager. I can only add one link in the item link to send the email approval request ( where Im uploading up to 10 attachments in form )
I need to be able to send the link for all the uploaded attachments or if I can attache the attachments to the email.
Look at the flow video to see the flow
https://imgur.com/azwDpQa
Process:
When a new response is submitted
- Get response details
- Parse JSON ( Upload file from form) Schema generated with 5 attachments
- Get file content using path ( /Apps/Microsoft Forms/Concern Form/question/ " Query is called name" )
- Create share link by path (Apps/Microsoft Forms/Concern Form/question/ " Query is called name")
- Get manager (V2)
- Create an approval 3 ( Item link = link)
- then create everything in sharepoint if true.
