
Hi, if anyone could help that would be much appreciated.
This is the setup I am building
A Form collects the data, the majority of the fields are non multi-select answers.
This data flows into a list.
A manually triggered flow collects the data from the list and filters it. I have then been able to then convert the multi-select items into a comma separated sentence for each of the lines on the list but am struggling to re-insert this data beside the non multi-select data as a single table.
So after the above I wish to re-insert the output which looks like the below back in alongside the rest of the data collected by "get items".
Thanks in advance. It may be obvious I'm new to Power Automate!
T
Hi @TePea
To update the record in SharePoint, pls use 'Update item' action which takes the ID of the list item to be updated. In your case, add the 'Update item' immediately after Join action inside 'Apply to each item' if you want to update the same item:
Here, Title field of the same lit item is updated with the output of Join operation.
If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks