One Survey to Multiple Feature Services

337
1
Jump to solution
11-08-2021 02:29 PM
CLillard
New Contributor

Hello all,

I have a survey that feeds into a feature service via a submission URL. Is there anyway to get that one survey to feed into multiple feature services by inputting multiple submission URLs?

Thanks!

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Hi @CLillard,

No, this is not possible in the XLSForm. A survey XLSForm can have only submission URL.

However, you could achieve this using webhooks, so once the data is sent from the app to original feature service, the data is also sent to a webhook and populated into the other feature services from the webhook provider.

Or you could set up some post processing tools on the server side (eg python scripts) to copy the data from the original feature service into the other feature services, after the survey is submitted.

Regards,

Phil.

View solution in original post

1 Reply
by Anonymous User
Not applicable

Hi @CLillard,

No, this is not possible in the XLSForm. A survey XLSForm can have only submission URL.

However, you could achieve this using webhooks, so once the data is sent from the app to original feature service, the data is also sent to a webhook and populated into the other feature services from the webhook provider.

Or you could set up some post processing tools on the server side (eg python scripts) to copy the data from the original feature service into the other feature services, after the survey is submitted.

Regards,

Phil.