Select to view content in your preferred language

Search and update different hosted feature layer in same map when survey is submitted

178
1
03-17-2026 08:52 AM
TKSHEP
by
Frequent Contributor

How would I use the pulldata calculation to Search and update a specific column in a different hosted feature layer in same map when survey submitted?

Example:

both features are in the same map and have the same column name site.  When survey is submitted update site locations feature column inspection completed to yes with the matching site from the survey that was submitted.

Feature  -       Search Column - Update Column
site location - site_code           - inspection completed

inspection_results  - site_code   - search site location feature for matching site code and update inspection completed column to yes.

Thank you for your help!

0 Kudos
1 Reply
Neal_t_k
MVP Regular Contributor

Depending on your setup you may be able to accomplish this with repeats.  Are your two feature layers related (Parent/Child)?

https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-repeats/ba-p/89804...

Otherwise, if they are unrelated you may be able to set up a powerautomate or python script to post process.