Hi everyone,
I’m building a Power Automate flow that pulls country-specific content from email and posts it to Teams channels. Currently, I’m using Apply to each with conditions to loop through each country, but I’ve hit the 8 nested loops limit. Additionally, I tried using Switch, but since the country detection isn't an exact match, it didn’t work as expected.
As this flow may need to scale to 50+ countries, I’m looking for ways to simplify the workflow and make it more efficient. Any suggestions, alternative methods, or examples would be greatly appreciated!