
Announcements
This is the data source.
The following image is a Gallery with an input box inserted.
Each input box represents one piece of data, so each row represents seven pieces of data.
How can I get the text of the input box in the third row?
hi @Camille666
there is a few way to go about this, assuming you want the 3rd row which is the 3rd item in the gallery you could do this:
Index(yourGallery.AllItems,3).yourTextInput.Text