Hello!
In my flow I am trying to write an expression to format the way some data is being pulled in. Some background: my data is coming from a Microsoft Form and one of the questions on the form is multiple choice. My flow is dumping the form answers into Excel and for the question that is multiple choice, it is displaying the data in that field in Excel like this: ["Bitewings","Periapicals","FMX"].
I'm trying to write an expression to format the data and the "Format data by examples" tool gave me the suggested expression and it works great if the number of items in my list is 3 because that's how many I used when I asked for the expression. So, if the person chooses 3 items on the form question then my flow converts this separated nicely by semi colons as I've desired. However, if the person chooses 1, 2 or 4, 5 answers then the flow errors out.
How do I write an expression to convert the output regardless of how many items are in the list?
THANKS!
