I am trying to figure out the statement in Arcade for conditional visibility of certain attributes based on the type of feature being collected. The types include dwellings (DWE), businesses or other structures (BOS) and defined outdoor areas (DOA). I want to group certain attributes associated with buildings so in SQL its 'Type IN ('DWE', 'BOS')'. There isn't an IN statement in Arcade, but there must be a way to do it, but I can't figure it out.