During the creation of a request, the user can upload files using the column with the file type. We also have a template for the PDF document (workflow rule), which displays all the information about the request. We want the names of user files in this pdf to be clickable, and when you click on them, a new window with this file opens. We have the following formula for file link, but it doesn’t work (we get error # 404). What could be wrong?
How it should look like:
What we get clicking the file name:
UPD:
Seems that Appsheet generates a link with two extra digits. without them, the file opens. Perhaps the slash sign ‘/’ from the file path is not encoded correctly. How to fix it?