Link
This element opens the specified URL on click.
Properties
- IDElement identifier.
- TextThe text displayed as a link in the UI.
- URLThe URL of the link.
Note
Adding a variable to the link URL
You can include variables in the URL property string.
The variables can be pre-defined Acronis platform variables, whose values are retrieved from Acronis, or Cyberapp-defined variables, whose values you can provide from the CyberApp UI, for example.
To add a variable to the link URL
Place your cursor where you want the variable to appear in the URL property string.
- Either click Add variable and choose one of the Acronis platform variables from the dropdown.
Note
There are three variables available:
Tenant ID
Origin
Locale
or type the Cyberapp-defined variable.Note
Variables must use$.
notation and be included within double curly brackets.For example:{{$.variable}}
.