Hi folks
I am buidling a flow that extracts a multi-choice from a SharePoint list and would like to run a switch statement on each value.
User can select multiple options on a form saved to a list which should run a switch statement on each value to add them to a Microsoft Team.
I ran a Compose and then Select on the choice column which produced this output.
[
"English",
"Spanish",
"Mandarin"
]
How can I have this treated that the Switch statement that evaluates each line?
Thank you in advance.