Skip to main content
Feedback

Download Button component

The Download Button component lets you download a file from a specified URL. At Runtime, it displays a button that enables file downloads with a single click.

General Settings

Configure the following general settings.

SettingsDescription
NameEnter a name for the component.
LabelEnter a label for the component. The text entered in the label serves as the button's text. If the label is empty, the text will be "Download file."
URLEnter the URL that points to a file for download. You can enter text or pick a Value of type String. To create a new value, refer to Creating a new value.
FilenameSpecify the filename of the file that gets downloaded at Runtime. You can enter text or pick a Value of type String. To create a new value, refer to Creating a new value.
Note: The implementation uses a download attribute, and due to browser restrictions, this may not work for some setups. For more information on restrictions, refer The Anchor element.
Help information about this componentProvide any help information that is displayed below the component. For example, additional guidance on the usage and so on.

Styles

Apply additional CSS styling to the component.

  • Enter space-delimited CSS classes/selectors into the CSS Classes field. When you run the Flow, these classes append to the main component class.
On this Page