Hi all,
New to power automate. I have a "form" with the first question as a multiselect. I would like to create a new row excel for EACH option selected in the multiselect question.
Is this possible?
Thanks!
Solved! Go to Solution.
Hi @karlosch
The multi select choice type returns with a comma separated string of values. To do the foreach thing, you can initialize a variable of type array and then in the value, switch to expression editor type array() and in the bracket select the multi choice type question from the dynamic selector. This will split the individual responses and you can iterate over each of them.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @karlosch
The multi select choice type returns with a comma separated string of values. To do the foreach thing, you can initialize a variable of type array and then in the value, switch to expression editor type array() and in the bracket select the multi choice type question from the dynamic selector. This will split the individual responses and you can iterate over each of them.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Thank you!!!
Hi, Can I have the screenshot of that sequence?
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |
User | Count |
---|---|
49 | |
29 | |
23 | |
20 | |
20 |