Hello,
I have certain data cards that I wish only to appear if certain project types are chosen from a dropdown control (to confirm, it is not a combobox control). To achieve this, I renamed the data card value vPrefixType and then changed the Visible property of the data cards to vPrefixType.Selected.Value = "110-Name of Program" || "650-Name of Program”

When 110 is selected, all of the correct data cards appear. When 650 is selected, they do not appear. I’m sure it is probably a simple syntax adjustment. Your advice would be appreciated. Thank you. Teresa