Hello!
How can I retrive the answers of the Approval module and put them in a Sharepoint List as an update.
I start a flow asking if a task is completed or now with the Approval module of Power Automate. That parts do well.
The responder may add a comment to its answer. And many sources explain correctly that part.
The second part is to collect the answers and put them in a Sharepoint List as an update of a row of data. How is it possible to do that?
Thanks!
1) Initialize one or more string variables at the start of the flow
2) Send the Approval
3) After the approval Append the comments (or whatever else you want) to the string variable. That will place that action in an Apply to each loop that processes the Responses collection.
4) After the loop completes do your Update Item action to save the variable(s) to an item.
Power Automate is new to me.
Specifically, during the flow, which modules should be used to dissect this collection using a loop.
The individual responses are returned as a collection after the approval is completed. You need to go through the collection and append whatever you want in the SharePoint list to a string variable using a loop. Once the loop exits you can update the SharePoint list using the string variable. If you want to update multiple columns you'll need one variable for each column.
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2