Hi I am new to Appsheet and need help.
I build an invoice app and everything work great I can generate an invoice and save it on the drive but. when I'm trying to view the invoice from the app I'm getting an error that the patch cannot be found.
Did you try looking on your Google Drive to verify that the path is there, that the PDF file is indeed in that folder path and that you are able to open the PDF file?
Hi
What i did is create a column that hold the invoice number in the order table and used the value as file name when saving to drive.
once the file was save an action to open the file used same value.
If you are using Google drive as a storage for your invoices and your invoices are not stored in multiple sub folders, you could evaluate folder as a table option.
The file view based on folder as table will look like something below
1- add column
2- add action to create pdf (concatenate("Files/",UNIQUEID(),".pdf"))
3- open file
I had one issue with file path as it get created in sub/sub folder to , I truncate the file at creation time , hope this could help.
cheers
Emad
User | Count |
---|---|
16 | |
10 | |
9 | |
8 | |
3 |