Hello, I currently have a flow that is pulling text from submissions of an MS Form and populating those answers into a Word doc using text content control boxes. This is working great, but I am wondering if I could populate text based on the selection of an answer to a multiple-choice question in the form.
For example, the below would be the options displayed in the question on my form, and I would like the quoted text to be entered into the content control box on my word doc.
- Option 1 "The user has selected option one, the scope includes x"
- Option 2 "The user has selected option two..."
- Option 3 "The user has selected option three..."
Any ideas on how to do this? Picture of my flow below.
Solved! Go to Solution.
Hi @sphenna ,
You could try to use switch action according to the user's choice.
Best Regards,
Wearsky
Hi @sphenna ,
You could try to use switch action according to the user's choice.
Best Regards,
Wearsky
Thanks Wearsky! I actually ended up figuring this out an using an if expression in the populate word doc, but I think this would work as well! Appreciate the reply.