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?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
45 | |
17 | |
15 | |
14 | |
13 |
User | Count |
---|---|
76 | |
38 | |
27 | |
19 | |
18 |