Create a simple download

I have page where I list the name of four different pdf files which the user can download by clicking.
The files are already in the app in a data type called MySamples . Each file has a description and a name.
I created a group and typed the name of these files there. But what to invoke to open or download each file?

1 Like

Add a link element to the page. In the element’s Destination URL property, enter the file’s URL–e.g., MySamples's File's URL.

1 Like

Wow, just like that! Thanks.

This topic was automatically closed after 70 days. New replies are no longer allowed.