I have a feature service for permit applications with a field for number of rooms. I have a survey for building inspections that fills a table from another feature service. The inspectors would like the number of rooms to pre-populate in this table from the other service based on a shared ID. Is there a pulldata function to query a feature service for one attribute based on this shared attribute?
Solved! Go to Solution.
I found something that works in the comment of this post: https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-c...
I'm trying to use something like the above to return the value from the strBedrooms field based on the user input in the projectID question
I found something that works in the comment of this post: https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-c...