How to set table column text while still keeping value?

  • Goal: I have this table where one column is populated some data resource where each cell will be a url. How can I update the table where each cell of this column could say something such as Downloadable PDF while still keeping the url as the value of the cell?

  • Steps:

  • Details:

  • Screenshots:

  • App json export: (here's how to get a json export)

You can set the mapped value of the column to Downloadable PDF but as the source of the column is the url, you can set an event handler Go to URL and set it as {{currentSourceRow.website}} or whatever is the name of the column in the data source


Hope this helps! :sun_with_face: