Hello Everyone. I am working on a form that has to auto populate fields using information in a feature layer with multiple data table. I need help in accessing the tables to extract the information for my survey.

178
1
08-30-2020 10:42 PM
KholofeloMakwela
New Contributor

I got 4 tables on a feature layer. one of the tables has contains info about our staff members. we want o get that information when you select a staff member name and loud all there their information.  

0 Kudos
1 Reply
JamesTedrick
Esri Esteemed Contributor

Hi Kholofelo,

There are 2 ways you could look into doing this:

- Save the data as CSV files with the form and use the pulldata() function to lookup the information.  See Formulas—ArcGIS Survey123 | Documentation for more information

- Create a custom JavaScript function that retrieves the data directly from the feature service.  See JavaScript functions in survey forms—ArcGIS Survey123 | Documentation for more information.

Both of these approaches also have samples in the Survey123 Connect Samples gallery.

0 Kudos