Rather than using multiple galleries (and Visible property), I am attempting to use a single gallery with dynamic properties.
This idea is that based on a dropdown selection (outside of gallery), the gallery will reflect the associated datasource (Items) and associated records (in this case a text input field).
I have the dynamic 'Items' property (e.g. "Classes") of the gallery working, as expected, using a variable and switch function @ the dropdown OnChange.
But I am stuck on the gallery record\ text input Default property, e.g. ThisItem.Class_Name.
Possible? Ideas?