Hello,
I am having a little trouble with getting the results from a MS Forms question into SharePoint Correctly. I have seen a couple of other posts and tried to follow the solutions but i keep getting errors.
In my MS Form i have a question that allows a multiple choice answer. When i run my existing flow the result gets entered into my SharePoint list like ["Choice1","Choice2", "Choice3"] etc
However the SharePoint list field is also a Multiple choice field with the exact same options as the form.
Some of the solutions i have found in other posts refer to setting a variable as an array and parsing through the data to get the desired output. In my case i find that i cannot initialize variables inside conditions as i get an error saying they need to be at the top level. When i create the variable at the top level it doesnt appear to get seen in the condition correctly.
I have a very complex (at least for me) flow that i am trying not to break.
Can someone help me understand what steps i need to take to collect the results for that one question in the form and parse it out so that it can be entered into SharePoint so the choice field will accept it correctly.