I am working on team power app.
I have gallery whose record/Item it getting filtered based on another gallery selected.
I wanted the the first item the gallery to be select automatically, so I put the below code.
First(Self.AllItems)
But the disadvantage is that when I select the second or other record by mouse, it auto get back to first gallery.
Please advise, it there another way to get the record selected after filter, and also allow to select other records.