Here is my flow. The first switch case works fantastic but the second one doesn't. Not sure why? Do I need to initialize a variable first? The goal of this flow is to take form responses and then split them into different excel spreadsheets. Based on the response. At the end I will need to split based on two things: academy choice (9 different responses) and school (5 options). Information from one form will need to go to say baseball academy and school a. Hope this make sense. I have not yet built the school split as I want to get the academy choice working first.
Thank you! That helped me find the problem! Any suggestions on where to add the second switch condition for the school? Is it best to add it under each academy or could it run parallel to the academy switch?
Hi @dcalder
Pls check the value of choice field returned from get response details action for second switch case. You could check it from the previous flow run instance, it should match with the string in second switch case. Click on each action to see the input & output parameter values.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks