Select to view content in your preferred language

Pull attribute data from feature service based on shared ID

1112
3
Jump to solution
12-07-2023 07:39 AM
MikhaylaB
Frequent Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
MikhaylaB
Frequent Contributor
0 Kudos
3 Replies
MikhaylaB
Frequent Contributor
pulldata("@layer","getValue","attributes.strBedrooms","URL","Not sure what goes here=${projectID}")
0 Kudos
MikhaylaB
Frequent Contributor

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

0 Kudos
MikhaylaB
Frequent Contributor
0 Kudos