Hi all,
I'm trying to use an array to fill in a item in the 'Update Item' action, but it is not working.
I'm checking if a mail has been send using a MSList column with a multiple choice with lets say 5 values,
The first thing i do in my flow is run a for each loop to fill an array with all the values that the item has for that column.
(so that i can use them in the 'Update Item' action later, so that i wont lose the value's)

After that i check another column to see what actions i need to take,
(Case will be chosen depending on the column name that the item is placed on),
What i'm stuck at now is that i want to add the new choice to the column,
together with the array i made to make sure the mails that were already sent wont be sent again.

(names of the Case's are the names of the columns)
I was hoping 'v' this 'v' might work but the flow will be stuck running on the 'Update Item' action.

Does anybody have an idea on how i can make this work,
Feel free to ask me for more information if my explanation is vague.
Thanks for the help.