is it possible to update a feature in a feature service once a survey has been completed
the sort of use case would be:
- select polygon in webapp and click complete survey link
- this opens up the survey in survey123 and pre-populates the key that is the polygons objectid / globalid
- the survey is completed and then that status field on the polygon is updated to survey completed etc
i guess i could create a notebook script that runs once a day to do it but is there something similar to a webhook.
Stu