Variable holding a list
I want to implement a variable that has a list of countries for a region. Something like: AsiaCountries = ["Japan","China","South Korea"] EuropeCountries = ["Spain", "France", "Germany"] Is there any way to do that for Domo variables?