I use the appsheet platform to create Bills at the clients home. This is done through a Google App Script running in the background of the sheet. Is there a way to have appsheet preview the Bill. Attached is an example of the PDF. My guess is we could fill in the data from the PDF through some sort of view? Please help!
Yes. I currently generate estimates and invoices through AppSheet using a template. They are saved in Google and then I have created a mechanism in the app to list these files and allow viewing of the saved PDF file.
It sounds like you already are creating the PDF files. So if you are simply interested in the capability of listing and previewing these files from an AppSheet app you can review this post below. I opened it to get ideas first and then I shared my solution towards the end. It works very well. Please don’t hesitate to ask questions
[What is the best way to retrieve and view files in app that are generated from templates?](https://community.appsheet.com/t/what-is-the-best-way-to-retrieve-and-view-files-in-app-that-are-generated-from-templates/13284) Questions
I use workflows to generate and send customer pdfs from templates in Google. Currently, I use the archive option to save the generated result in the default location in Google with the current timestamp to ensure file name uniqueness. When certain record info changes, a new file is generated with the updated details and saved as a new file. I would like to be able to retrieve the history of all saved files associated with a certain record and display them in the app - as a list or gallery. W…