@Tammi_Canelli Create File type column and with an AppFormula construct the full path of your PDF file within the same table that you create the WF. In the WF send the email to yourself as you cannot leave the recipient field blank. The file will accessible thru the app, users can open the file from their desktop browsers and either print it from there directly or choose to download & print.
@Tammi_Canelli It is for newly generated PDF workflows. To make it work with the older records, you shall manually construct the exact file path and record in that FILE column directly from the gSheet itself.
Basically I’m talking about this. Pay attention to the marked-up area where the PDF file links are. The Open File system action next to the field text, opens the PDF directly in the browser. The PDFs are generated by a WF rule, emailed to the admin and there’s an inbox rule in the admin’s mailbox which deletes and trashes-out the email received.
File links are auto-created by an AppFormula with a simple CONCATENATE function.
To create file links for your existing records in the gSheet, you can also do the same with an ARRAYFORMULA and CONCAT function combination. Than you can COPY the range and then PASTE AS VALUES.
@Tammi_Canelli Create File type column and with an AppFormula
Old thread, but How would one create this link?
I would to Create PDFs on form save via workflow and than set the link to the view in the Column of the corresponding row, just not sure at all how one would create the link.If anyone has done this before would be extremly thrilled if you could share some insight.