I have a survey created from an existing feature class. The survey contains streets and houses. I want the user to pick a street then show only the houses on that street in a second select_one. Is there a way to do this? I basically want to use a "Chose Filter" but drive it off the feature service rather than the Choices tab.
On a similar note can I dynamically create an "itemsets.csv" (e.g via a python script) or does itemsets.csv have to be created from values that exist in the "external choices" tab. I want to avoid having to recreate the choices in the tab since they already exist in the feature service.