I'm new to using Power Automate, but I have managed to create a flow that does what I need it to. It takes the response from an MS Form, updates an MS List in MS Teams and posts a message on the MS Teams channel saying that the list has an update. This works.
My problem is cleaning up the data format from a choice list recorded in the MS Form. When the message is posted it reads as
["Option 1","Option 3"]
I would like it to read as
Option 1, Option 3
How do I get rid of the square brackets and quotation marks?
Any help would be appreciated.
@Hensman You need to parse the data from the MS Form response. Take a look at this section of my YT Tutorial: How to Get a Microsoft Form RSVP Response into a SharePoint List.
I'll show you how to parse a multi-choice answer so you can add it to a multi-choice column in SharePoint as well as a how to output it as a string of text (which is what you are looking for).
I also cover the following in this video tutorial:
âś… How to get a Microsoft Form Response into SharePoint
âś… How to get a Microsoft Form ID
âś… How to get a Microsoft Form response
âś… How to Build a Microsoft Form with Conditional Fields
âś… How to used Branching in Microsoft Forms
âś… How to format Microsoft Form multiple choice responses for a SharePoint multi-choice column
âś… How to parse a Microsoft Form multiple choice response as string of text
âś… How to convert a text response to a number
âś… How to use the Switch action
âś… How to create a custom email confirmation for a Microsoft Form submission
âś… How to Create a Custom View in a SharePoint list
âś… How to use the Compose Action
âś… How to write Power Automate Expressions
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2