I am pulling a blank here.
I have two repeats: Deploy, Retrieve
Deploy has: UID plus a bunch of other fields.
Retrieve has: UID plus a bunch of other fields.
What I need is: User enters a bunch of data into Deploy and submits. At a later date, they return to site, go to Inbox, grab the previous submission. User scans a barcode that enters a unique number into Retrieve's UID field which pulls data from the Deploy repeat.
How would I go about pulling data from this repeat?
I can do this by referencing position(..) quite easily; but this is too cumbersome. I can also do something similar pulling data from the Feature Layer; but the solution needs to work in an offline environment (This may also restrict us from using Java--users have accounts, but no internet in the field).