I am setting up an expanding gallery as a navigation for my page.
There is one gallery (gal_CFTNav) which groups the items by a common category. (Groupby('CFT List', "CFTGroup", "DATA").
There is a button that indicates the name of CFTGroup
There is a nested gallery (gal_CFTData) which lists the DATA
I have set the OnSelect for the button to UpdateContext({NavVisible:true})
This expands all of gal_CFTData but I would prefer to only expand the navigation based on the CFTGroup button that was pressed.
What am I missing?