My app has several identical screens with galleries and filters. As there are too many controls on each screen, I am trying out a component with the filters.
It's my first time doing one of these and I'm having a few issues.
The first one is that I'm using table input properties to reference data in the filters.
One of them is throwing this error with the data source:
The table passed in has none of the expected columns: SampleBooleanField, SampleNumberField, SampleStringField
I know that there is a sample table added when you create a property that's an input but I've removed reference to that in the component.
In case it was a bug I tried deleting the property and adding again but I get the same error.
Initially I was referencing a named formula collection and after tried to use the data source directly, but get the same error for both.
The other ones are set up the same but are working fine.
The 2nd is that I have a Show/Hide Filters toggle and I want to reduce the height of the component depending if that value is checked. But I get an error if I try to reference that toggle. Do I need to add it as another input property to get it to work?
Lastly, how can I reference the selected control value from the gallery items? Thanks in advance!