Hi!
The gallery itself works well, it expands and collapses as it should (formulas the same as in the video, except on the table).
However, instead of a table (as in the video) I tried to have a Form show the information about the item selected in the gallery.
But the form won't show any information of the selected "Modification" when I select this in my Gallery.
Editing:
Formulas
Gallery 'ModifcationGallery' connected to table 'Internal research' nested inside 'CategoryGallery' connected to table 'Main group hydrocolloid'
- Item: Filter('Internal researches'; 'Main group hydrocolloid internal' = HydrocolloidMainGroupTextLabel.Text)
- Onselect:
UpdateContext({ itemSelected: true; CurrentItem: ThisItem })
Form
- Source: 'Internal research'
- DefaultMode:
If(newMode; FormMode.New; editMode; FormMode.Edit; FormMode.View)
- Item:
ModificationGallery.Selected
Example of the app:
"No items to display"
Can anyone shed some light on how to solve this or whether this is just an error happening?