We are in process of developing an inventory application using Survey123. We would to take our survey data and export it directly into Google Sheets (Google Docs). I see the python script that automates the process for exporting to a csv but how would I incorporate that into Survey123 directly from the form?
Hi Bryan,
We haven't developed a script specifically for the Google Docs use case. It looks like it would be straightforward:
1) Export the Feature Service to CSV
2) Use the Google Drive API to insert a file: Files: insert | Drive REST API v2 | Google Developers (They have a Python example).