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!
Depending on your setup you may be able to accomplish this with repeats. Are your two feature layers related (Parent/Child)?
Otherwise, if they are unrelated you may be able to set up a powerautomate or python script to post process.