How to link to file uploaded URL?

Here are a few things you should pay attention to:

  1. Do not use a multiple file column, as this column is of array type. Change it to a regular text column or use a single value column as mentioned by Darren.
  2. You need to add a template column where you replace the “PDFLINK” code I provided with your URL column as a string.

2 Likes