I have a Form that takes data that is submitted and populates it onto an Excel file. I've created a flow with Compose and the replace function so that when a selection is made that allows multiple selections, it removes the brackets and quotes from data on the Excel file. For example, it normally looks like this ["Broken glass","dirty floor"] but with the code changes to this Broken glass,dirty floor(with no space in between). There is a total of 10 dynamic contents that I have to do this for and I've created the code with parallel branching for 4 so far. Is there an easier way to do this, or I would have to branch each content separately? It also has to be tied into the Switch function.

Report
All responses (
Answers (