I have been working on implementing a legacy form for our department into a new Power Automate workflow that will insert rows into an Excel file in a SharePoint Folder. My lack of experience with Power Automate is where I am having problems.
My issue is on forms when using a Choice - Multiple Answer question the data is inserted as: ["John Smith"] or ["John Smith", "Jim Carey"], etc.
I am doing the following in the Flow:
- When a New response is submitted
- Get Response Details
- Add a New Row into a Table
I just want the entries as comma separated and not wrapped in [] or "".
What is the easiest way to have Power Automate collect the data and insert it as needed?