Forum Discussion
I need a case to switch into other cases
Mick_gibbons1 there are 2 ways to do this:
1. in case 2 of the first switch add another another switch with the 8 departments and add the send an email into each one.
2. Initialize a string variable then in each case of the department switch add an append to string variable and add the email address . Add a send email action at the end of the Department Switch with the To field as the outputs of the variable.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
I was making a mistake and had the flow looking in the wrong place. I will be looking at the auto forms bit today. thank you for your help, you are driving my curiosity in to what can be achieved by using flows
- RobElliottJul 09, 2022Silver Contributor
Mick_gibbons1 there isn't a switch called the departmment switch, that's just what I renamed it to so it was clearer for you what it was looking at which is the answer about what department was selected. In Power Automate there is only one control called Switch.
Rob
Los Gallardos
Microsoft Power Automate Community Super User- Mick_gibbons1Jul 10, 2022Copper ContributorRob, makes sense. thank you