I have a form with a Choice field that a user can select multiple items.
When running Power Automate, the data comes in as "[\"Anguilla\",\"Aruba\",\"Bahamas, The\"]", and output to approval or email shows as ["Anguilla","Aruba","Bahamas, The"].
I'd like to get rid of the ["] so that just the shows as Anguilla, Aruba, Bahamas The. Sometimes though the choice field may be a single enter so no commas after the name.
Any suggestions on how to do this?