Forum Discussion
MarianLeinNetlution
Sep 06, 2021Copper Contributor
Branching based on number of previous answers
Hi all, I'm trying to create a Forms form where a user can select multiple answers, based on which the form should branch afterwards. Basically I want to be able to do the following: Q: How m...
- Sep 06, 2021
MarianLeinNetlution the only way to do this in Forms is with a huge amount of duplication of sections & questions. So if the user selected 1 you would just have 1 follow-on section (called for example S1). Once they'd completed that it would branch to the end of the form.
But if they selected 2 you would need a copy of S1 called S2 which would then branch to S3 then to the end of the form.
If they selected 3 you would need a copy of S1 called S4, followed by copies of S2 and S3 called S5 and S6 and then branch to the end of the form.
Etc etc. Lots of work!!
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Serhio2095
Sep 23, 2024Copper Contributor
Yes, you can branch based on the number of previous answers in Microsoft Forms, but it requires some setup. You would need to create a condition for each potential answer combination and use branching logic to direct users to different sections or questions based on their previous answers.
For a detailed guide on how to configure branching logic based on responses, you can check out this article: Microsoft Forms Branching Guide.