The flow:
I've written a flow that triggers when a form is submitted (Forms for Excel). The flow sends an email notification to the planner to create a work order for the part number and quantity provided in the form. The form also asks for a department, and this is what determines which planner receives the notification. In the Teams group for the planners, I have an excel workbook with a table of the departments, planner's name, and planner's email. The flow is composed of a bunch of conditions that verify which department is selected in the form response and to generate an email notification if true. I have a condition for each department (See image).
My question: Is there a more succinct way of writing this flow, or am I on the right track by having conditions for each department? I think it works fine for the number of departments that I'm working with, but I couldn't imaging writing out each scenario for a more complicated, or much larger communication chain.