Hi all,
I'm new to Power Automate and I'm working on a flow.
A bit of context:
I made a model in Excel which is updated based on the response of a forms ID.
This updated model is send to the email provided by the respondent.
All files are located on sharepoint.
I got the following Flow working:
1. Get the responses from Forms
2. Update the rows
3. Create a copy of this file
4. Send the copy to the respondent
However, I want to change the order because updating the rows of the "original" file and then copying this might lead to problems when multiple people take the Forms 'survey simultaneously.
What I desire is:
1. Get responses from Forms
2. Copy the file
3. Update rows in copied file
4. Send copy to responder.
I have tried multiple things but can't seem to get this flow working. I even tried looking at the code and adding the items in .JSON but this does not seem to be working.
Can someone please explain how to get this flow to work?