I'm working on a project where I'm creating a simple Survey which is basically just a ranking question. The trick though, is that the choices in the Ranking question are based on a hosted feature layer which is being updated by users.
As users add new features to the hosted feature layer, I would like to automatically update the survey to include the new choices and possibly even remove choices if a feature is deleted.
I've been looking around the Survey123 REST and API documentation for both Javascript and Python, but can't seem to find anything about updating the survey and so I don't think this is currently possible, however; I was hoping maybe someone out there had some ideas.