Feb 27 2019 04:58 AM
I want several Sharepoints lists to be filled in from one form, depending on the answer in a question.
I recently used Microsoft Forms for the first time. It is a fairly extensive questionnaire with 90 questions. At the beginning of the questionnaire there is a list of choices to which the other questions depend. The choice made there ensures that many questions are skipped and only the relevant questions for that choice can be filled in. There are, on average, 10 questions per choice, so it skip around 80 questions.
Example:
-Question 1 (list of choices)
-Question 2
-Question 3
-Question 4
-Question 1 (list of choices)
-Question 2
-Question 3
-Question 4
Now I have the problem that when I send the results with a flow to a SharePoint list, I get a unclear list with all results with a lot of white fields since these questions have been skipped when filling in.
My wish is that several Sharepoint lists are filled in using microsoft flow, depending on the choice made in the first question.
So separate Sharepoint lists of option 1, option 2, option 3 etc.
Is this possible?
Thanks in advance
Feb 27 2019 07:34 PM
SolutionHi @Jeldro ,
I would try using a Switch Case for this. That is, after getting the Forms responses in Flow, use the value in Question 1 to determine each of the Switch Case nodes, and then each Case can update items in a different SharePoint list.
Does that help you...?
Feb 28 2019 12:38 AM
Mar 03 2019 10:58 PM
Mar 04 2019 12:21 PM
Jun 24 2022 04:40 AM
Feb 27 2019 07:34 PM
SolutionHi @Jeldro ,
I would try using a Switch Case for this. That is, after getting the Forms responses in Flow, use the value in Question 1 to determine each of the Switch Case nodes, and then each Case can update items in a different SharePoint list.
Does that help you...?