I know there is a lot questions about this, but I really don't see any thing describing how to create a simple Pull data from a feature service. I need the exact same functionality as we see with the pull data from a CSV.
Something like:
pulldata(${adminURL},"attributes.NAME","attributes.FID",${isoadmin})
I can guess that I would need a JS function, but I think that the examples are a bit too complicated for compared to what I need to do, at least I can't get it to work
Just trying with https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/World_Administrative_Divisions/FeatureServer/0 as the admin URL, and then I want to show the Name of the FID.
Hope that someone can clarify this for me. Thanks