Hi there,
Sorry, I am too confused to get my mind clear.
I have a Gallery.
Property:
OnSelect: Set(VarRecord, ThisItem)
Default: VarRecord
Now I want to jump to the last line item of the Gallery...
Set(VarRecord, Last(Gallery.AllItems))
It does not work. The variable VarRecord hast the record, but the gallery is not selected.
No idea anymore 😇
regerds,
Klaus
Solved! Go to Solution.
Would this work?
Select(Gallery4,CountRows(Gallery4.AllItems))
@BHS_KI ,
Strangely @Corissandageri 's post works (although I have never needed to do that before). I often use the process I described to select a particular item.
User | Count |
---|---|
261 | |
110 | |
98 | |
56 | |
40 |