I created 2 properties in the Company Object: Region and Country, which i both set to dropdown, and I pre-filled the Country with the HubSpot Country list (over 200 countries).
Currently my flow is: Trigger: Country is known. Branch on every country (>200!) Action: Set the Region value based on country.
Is there an easier way to just pack each region's country all in one branch, rather than making a branch for each?
I feel like i ran into into the solution before, but I cannot remember. It's something like i paste all the values that Country can be, that will auto-populate the Region.
What exactly do you store in the region field, is it values like EMEA, LATAM etc? If so, the time saver here is the type of branch you choose.
Don't create a value equals branch but an AND/OR branch. In an AND/OR branch, you can filter for your country property and, for example, specify that contacts should enter that path if they have France, Germany, Spain, Norway, Sweden etc, then set the region to EMEA.
That way, you don't have 200 branches but only as many as you have regions.
What exactly do you store in the region field, is it values like EMEA, LATAM etc? If so, the time saver here is the type of branch you choose.
Don't create a value equals branch but an AND/OR branch. In an AND/OR branch, you can filter for your country property and, for example, specify that contacts should enter that path if they have France, Germany, Spain, Norway, Sweden etc, then set the region to EMEA.
That way, you don't have 200 branches but only as many as you have regions.