Hello! I've found several threads that I can almost make work, but not quite. I have a field with multi-select values. In my Form, I created a Label and used the Concat expression to format the selected values in the multi-select (names) field: Concat(DataCardValue23.SelectedItems, Value & Char(10)). (Note also tried this with a text input box)
I cannot figure out how to add the formatted contents of that label to the body of my email in my flow. The other option is to add the multi-select field into the body of the email and format directly in my flow somehow. Any guidance for this newbie would be appreciated!
