Forum Discussion
Jeldro
Feb 27, 2019Copper Contributor
Single form to multiple lists in sharepoint
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 questionnair...
- Feb 28, 2019
Hi 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...?
Sandy Ussia
Feb 28, 2019MVP
Hi 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...?
- JeldroFeb 28, 2019Copper Contributor
Thanks for the tip, I am not familiar with this, but after a quick research I think this can help me.
I will take a try and let you know if it succeeded. - JeldroMar 04, 2019Copper ContributorIt works perfect, thanks a lot.
- Sandy UssiaMar 04, 2019MVP
- Luke_SykesJun 24, 2022Copper ContributorJeldro What did you do to get this to work please?
I have a single form with a multiple choice, each choice referring to a different list and i want the responses to go in which ever list they choose from the multiple choice.
Is this your solution?