I have an app used to collect certain data. Now I want that data printed (or saved as pdf) into a google sheet template I created.
Hi,
Check out this article about AppSheet Action – https://help.appsheet.com/en/articles/953637-actions-the-essentials
You have several options to achieve what you want.
- If you want to export all the data in your table into a CSV file, you can check out this – https://www.appsheet.com/samples/How-to-export-data-to-csv?appGuidString=866b3f95-8d83-47a2-b015-872f0a029089
- Or if you want to just export one row of data, you can try to create a “Data: add a new row to another table using values from this row”.
Hope this helps!
2 Likes