Hey!
I’d like to create a system where I can use conditional logical to show or hide a block for a group of countries instead of individual countries. For example creating a ‘group’ so instead of just person.Country == “Germany” OR person.Country == “France” for each country, the logic would recall a group of countries e.g. person.Country == “Europe”
Is there a way to do this in the backend?
Thank you!
Ellice