0
How can I import links to external files?
I have a csv file with a column containing links to external files like:
<a href="https://forms.com/myform.pdf">MyForm</a>
How can I import the links so that following the import I can click on "MyForm" to open the external file from table view? I tried importing to a rich text field. That works if I click on the imported link from form view. However, I need to be able to click on the form name from table view. How can I make the imported link work from table view?
3 replies
-
From the table view.. I am not aware that this will work.
-
Hi,
You could do that from a button with the function:
openURL("https://forms.com/myform.pdf")
Kind regards, Jörg
-
Thank you.
Content aside
- 5 yrs agoLast active
- 3Replies
- 1560Views