is it possible to update a feature in a feature service once a survey has been completed
the sort of use case would be:
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
Solved! Go to Solution.
Hello @StuartMoore,
This can be accomplished using a webhook, depending on your webhook provider you would use the HTTP module to send an applyEdits request to the REST endpoint for the polygon feature service. In the webhook you will have all the information from the survey that was submitted to use in the request.
Hello @StuartMoore,
This can be accomplished using a webhook, depending on your webhook provider you would use the HTTP module to send an applyEdits request to the REST endpoint for the polygon feature service. In the webhook you will have all the information from the survey that was submitted to use in the request.
thanks @ZacharySutherby i'll have a look into it, i have used the REST endpoints before its just getting that link i guess.
Stu