My suggestion is to use a Gallery instead — this will allow you to select the item you want.
After that, just go to the Item property of the form on the right and set it to:
Gallery.Selected
If you want something more professional and efficient, I recommend storing the gallery selection in a context variable.
For example, go to the OnSelect property of the gallery item (or the gallery itself) and add:
UpdateContext({varSelectedGallery: ThisItem})
varSelectedGallery
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1