Can I set up an auto-entry / auto-send form in Survey 123?

498
2
09-14-2018 09:46 AM
JackieFisher
New Contributor III

I have a Python script which pulls down a defined json file every 15 minutes or so from a URL, and extracts specific data on 7 sites.  I'd love to automatically be able to uploaded this information as it comes in and provide a Dashboard or Web App that would provide my client with the required info on an almost real-time basis.  Any suggestions on how this may be done?

Tags (1)
0 Kudos
2 Replies
JamesTedrick
Esri Esteemed Contributor

Hi Jackie,

I don't think you would need Survey123 for this - you can submit data directly using a python script.  Using Feature Layers | ArcGIS for Developers can get you started using the ArcGIS API for Python, and if you wanted to work with the underlying REST API directly, Feature Service—ArcGIS REST API: Services Directory | ArcGIS for Developers is the appropriate reference.

0 Kudos
JackieFisher
New Contributor III

Thanks.  I'll take a look at that avenue.

0 Kudos