I am have 8 variables containing text strings (coming from a MS Form) and I want to populate one single multi-choice column in SharePoint with each of the variable contents. I'm struggling with the logic of this.
This is an example of one of the variables:
This is how it should appear in the list:
The list field is already multi-choice and the ms form has 8 questions which must always be answered to be able to submit
I know I need to do something with json and arrays but I'm struggling with getting that to work
Can anyone help?