Hello,
I generated PDF files and stored in Google Drive successfully after clicking save button in Appsheet form. However I cannot open PDF file via Appsheet.
Below is my Google sheet - Table “B”: [idB], [StatusB] & [Input Date] need to be mannually inputed in Appsheet. [InvoiceURL] generated by Automation bot while clicking save button.
Below is the Google Drive generated PDF files by Automation bot:
Below is the Automation bot settings:
The formula of [InvoiceURL] as below:
concatenate(“/appsheet/data/LookupTest-3670637/Files/”,“IdNumber-”,[idB],“.pdf”)
Below is the Actions setting:
Below is my Appsheet prodution screenshot:
Below is my Appsheet prodution screenshot after clicking the first [idB]: (Everything is fine so far)
Below is when I clicked Invoice button, it prompts error message:
I disable Security, Option, Require Image and File URL Signing, but it still doesn’t work at all. How can I click the invoice button and open the PDF which is well-stored in Google Drive? Thanks