Good afternoon,
I am creating a Survey for a project consisting in entering the address of several meters already listed in an excel spreadsheet. This Excel spreadsheet was imported into a FGDB table.
The Survey123 has a field Meter Number, that is a dropdown box. When selecting a value in the dropdown list, we would like to retrieve the record from the table and display a few fields, such as site number and meter type.
Is there a way to retrieve these values from the table?
Thanks
Typically, you'd upload a CSV and use it in an External Choice List.
If it it a feature layer though, you need to use pulldata(@layer).
Thank you @abureaux
Found this link that explains how to load a dropdown box from a table: Survey123 Tricks of the Trade: Dynamic lists (Web ... - Esri Community
That's the web app version of what I linked above (External Choice List). Glad you found what you were looking for.
Depending on how complex you need to get, you may wish to consider using S123 Connect.