@KTFr0st Because you are using the When a New Response is triggered flow trigger, the Apply to each action isn't necessary in your flow.
Note: I'm using the classic designer.

To troubleshoot your Condition, I would recommend placing the dynamic content for the form response into a Compose action. This way you can view the output of the response.

Before you add any additional actions to your flow. Run a test. Review the output of the dynamic content. I'm not sure what your output is.

I cover how to parse a multi-choice response in this section of a YT Tutorial.
If there a specific answer that is selected in the multi-choice response, you need to set up your condition in a different way. Currently you are using the is equal to operator.
The Condition action in your flow is looking to see if the dynamic content value you inserted in to the first value field (left) is equal to the string of text you entered in the second value field (right).

For example, if I insert the output of the Compose action into the first value field (note the output of the Compose action above), and use the contains operator. I can search the string of text to see if Option 2 is contained within the string of text.

Keep in mind the text you enter is case sensitive. If I enter "option 2" it'll return false. However, because "Option 2" is contained inside the string of text, the result is true.

You might also be interested in this YT Tutorial: How to Get a Microsoft Form RSVP Response into a SharePoint List
I cover the following in this video tutorial:
✅ How to get a Microsoft Form Response into SharePoint
✅ How to get a Microsoft Form ID
✅ How to get a Microsoft Form response
✅ How to Build a Microsoft Form with Conditional Fields
✅ How to used Branching in Microsoft Forms
✅ How to format Microsoft Form multiple choice responses for a SharePoint multi-choice column
✅ How to parse a Microsoft Form multiple choice response as string of text
✅ How to convert a text response to a number
✅ How to use the Switch action
✅ How to create a custom email confirmation for a Microsoft Form submission
✅ How to Create a Custom View in a SharePoint list
✅ How to use the Compose Action
✅ How to write Power Automate Expressions
Hope this helps!
If I helped you solve your problem—please mark my post as a solution ✅. Consider giving me a 👍 if you liked my response!
|