Automatically populate fields with data form another table

467
2
Jump to solution
05-19-2022 06:53 AM
DiegoBrenes1
New Contributor III

Hello,

I have a Survey on ArcGIS Online that includes the following fields: Client ID, Client name, Country, Product.

Is there a way to relate that survey to a table where all that information already exist, and then with only entering Client ID to automatically populate Client name, Country, Product?

Diego

1 Solution

Accepted Solutions
ZacharySutherby
Esri Regular Contributor

Hello @DiegoBrenes1

You can use the pulldata() function to populate the information. Please see this Esri Community blog for implementing the pulldata() function. 

Depending on where your table is stored will impact how the pulldata() function is implemented. If your table is in your ArcGIS organization it will need to be linked to your survey, if your table is a local file on your computer then it will need to be a CSV that is stored in the media folder for the survey. 

 

Thank you,
Zach

View solution in original post

0 Kudos
2 Replies
ZacharySutherby
Esri Regular Contributor

Hello @DiegoBrenes1

You can use the pulldata() function to populate the information. Please see this Esri Community blog for implementing the pulldata() function. 

Depending on where your table is stored will impact how the pulldata() function is implemented. If your table is in your ArcGIS organization it will need to be linked to your survey, if your table is a local file on your computer then it will need to be a CSV that is stored in the media folder for the survey. 

 

Thank you,
Zach
0 Kudos
DiegoBrenes1
New Contributor III

Thank you Zach

0 Kudos