Forum Discussion
Haniel Croitoru
Mar 15, 2018Learn Expert
Parsing Microsoft Forms Likert questions using Flow
Earlier this year, Microsoft announced the Likert survey question type in Microsoft Forms. A Likert captures multiple choice question on a scale.
When the survey responses are loaded ...
Gregory Sharrow
Aug 26, 2018Copper Contributor
I figured it out. The multi selection question returns a json string array. If you parse the json (action/data operations/parse JSON) and then apply to each.
Mark Whitfield
Sep 12, 2018Copper Contributor
Hi Gregory,
Would you be able to share the JSON array you used to extract the individual multiple choice response options? I have a similar problem where there are certain responses from a multiple choice question I want to display but some I do not so being able to omit them via JSON seems ideal.
Thanks in advance.