trying to set up a flow based on one or more selections from a powerapp combobox writing back to a sharepoint list.
So the combobox (Animal) contains 10 distinct values a user can multiselect( for example Cat, Dog, Horse etc)
Based on the selection/s email would be sent (each value has a different email)
In the flow i have a condition where if Animal contains Cat then email person1
This works fine if only Cat selected.
If multiple selections ie Cat, Dog and Horse, This is where i get a bit stuck.
How can i continue the logic to process other selections to relevant email?