I'm out of ideas with the Search() function after trying all kinds of iterations. I'm simply trying to use Search() from a feature service to populate the drop down with choices from a field. The second question will do the same using the first answer as a filter
What I have for question 1 is below. I'm looking to use that feature service and populate the dropdown with all values in the field "Trail_System"
autocomplete search('trailsystem?url=https://services3.arcgis.com/AIhXi099WVQHFHhq/ArcGIS/rest/services/Trails_Public_View/FeatureServer/5')
And this doesn't return any results. I've also tried:
autocomplete search('trailname?url=https://services3.arcgis.com/AIhXi099WVQHFHhq/ArcGIS/rest/services/Trails_Public_View/FeatureServer/5','matches', 'Trail_System'
and others with no luck. What am I missing?