So, I've struggled a lot with this without finding a solution. I really would appreciate some help.
I need to fill a repeater in a Word template with data from a Sharepoint list, where one of the columns is a multi choice. I find no way to get the data right.
I need to put together all the choices from each list item separately.
This is my list (stripped down to only what's needed for testing. Kryssrutaflerval = multi choice column, others are text columns.
But this is what I get in the Word file.
This is my Flow in the state it is now. Clearly, it is the "Append to array variable" that messes things up. That's the way I use when I have only one item to deal with, or when I want to join data from different items. But here, it doesn't work for apparent reasons.