Hello!
I am working on a form that will serve as a vendor performance review. I have created the following:
- A multiple choice list (allowing with multiple responses) with the list of vendors to be reviewed
- One question group per vendor in the list
- I linked each selection of the list to its corresponding question group. If Vendor A is selected then go to Vendor A question group.
The form flows wonderfully and marries each choice with its corresponding question group, but the responses are being overwritten each time. For example, if more than 1 vendor is selected, the tool is only capturing the responses for the last vendor.
How can I fix this in a scalable manner that does not require creating 80+ additional rules or conditioning?