Forum Discussion
RandolphLES
Apr 04, 2022Copper Contributor
Is it possible to create a flow that create item to different list base on who submit the form?
Hi all, I have a question I created a flow that creates item in a list from submitted form. Is it possible to setup the flow to create item in different list base on form submitter's department?...
RobElliott
Apr 07, 2022Silver Contributor
RandolphLES jonlake rather than a normal set of nested conditions, as there are likely to be several departments I would use a Switch which is a type of condition that looks at just one answer and can have up to 27 "cases" - in case department Payments is selected then add item to Payments list. An example of a switch but with different actions in the case is shown below.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
- RandolphLESApr 08, 2022Copper ContributorOK hanks
I will look into "switch" condition
Is this for single list? or multiple list?- jonlakeApr 11, 2022Iron Contributor
Hi RandolphLES , using a switch action would be if you're targeting multiple lists.
- jonlakeApr 07, 2022Iron ContributorHi, a switch is much cleaner than multiple conditions. My preference would be to use a single list but the choice is influenced by the number of possible combinations.