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.
Hi @Vincebk
if your data is an array and you are looking for a list, you can use the expression join ie join with a comma.
if your condition has 10 possible logical conditions, you might want to consider using an array to store the parameters to simplify the actions that follow, if they are similar.
Take a look at this video. https://youtu.be/OEk6RMLQ89s
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1