I created a list of people from a feature layer in arcgis online.
I want it to show me attributes from the same layer according to the person selected from the list.
I tried this
pulldata("@layer","getValue","attributes.ci","https://services8.arcgis.com/2jmdYNQsteiDSgjD/arcgis/rest/services/Personal_Trnasporte_USB/FeatureServer/0",${registro_name})
but it shows nothing
Thanks
Hello @RaynerCastro,
It looks like your where clause may be invalid, it should be something like concat("<namefield>='",${registro_name},"'"). Please check out the Query a Feature Layer sample in Connect and the documentation for more information.
it worked! thank you!
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.