I have a form that has a dropdown containing a number of product areas of interest. For just one of those products, I need to send alerts to any of 5 different salespeople depending on the country the customer has chosen in the "country" field. Each of these 5 people represent a specific region, so my plan is to append the name of the region after the name of the country. For example, Saudia Arabia (MENA). Then I was thinking I would be able to filter by "contains - MENA" and route to the MENA salesperson. I can't figure out how to do this. I tried using the "Send Alert" flow alert and was thinking I would have it look for the product (area of interest) and also the region, but now I see that it will only look for the first choice and stop at that. There's no way to have it look for 2 choices, as far as I can tell.
Has anyone done something like this or have a suggestion for a simple way to do this?