Hi Power Automate Community!
I'm trying to automate our company's new start process. We have a Microsoft form which gathers all the appropriate information, and I have this triggering a flow. From this Flow the plan is that based on the Job Title selected, it would then alert specific teams of their actions. The problem is we have over 100+ job titles! And I do not want to do a unique Switch Case per job title. I know that a lot of job titles will have the same requirements, so I was wondering if there was a way to use a Variable.
Is there a way I could set a Variable, have the flow look at the Job Title field, and if the Job Title = x, y or z. Set the Variable appropriately? This way I could massively reduce the number of switch cases in my flow!
Thanks,