Hello,
I have an app with an OnStart formula to select a gallery:
Select(FilterGallery_1)
In the Gallery's OnSelect code I have this:
UpdateContext({dept:ThisItem.AccountNameTypes})
The context variable is used to adjust a filter on a gallery showing my content. There are 3 galleries of choices, each affecting a context variable.
When the app loads these context variables are blank, so the content gallery starts off blank too. I'm trying to select the choice galleries on start to trigger the variables to be set. However I get this error from OnStart - "Select of a control that doesn't have an OnSelect property".
The galleries do have this property set though so where am I going wrong?

Report
All responses (
Answers (