Hi all,
I am trying to find a way to append a multi choice MS forms output, then mapping each output to a unique variable that i can use to populate a MS word form.
EG: Output//
"r471129aa16ef4dcdbcdd56d4b7e2863b": "[\"Option 1\",\"Option 2\",\"Option 3\"]"
Desired outcome
Variable1=Option 1
Variable2=Option 2
I can then use these variables to populate the individual word form with the appropriate variable values.
Everything i have tried until now has been to no avail. I can populate the form no problem its just mapping the outputs.
Any help would be massively appreciated.
Thanks