HTML Code

Object that allows the writing of HTML code or the importing of a template file

Settings

Field

Description

Title

Object Title

Variable Identifier Name

Unique identifier that will reference the variable.

Use HTML Template File

If this option is checked, the code will be disabled and a new option to enter the path to the template file will be presented.

Add Variables

Allows the inclusion of parameters that can be replaced when the code is used.

Code

HTML Code

Example using a HTML Template File

In order to use an existing template file, simply check the "Use HTML Template File" option, as shown in the image below:

In this case, the values Column1 and Column2 will be replaced by the values Name and Address. However, it is also possible to use variables. For instance, if the value Name is a variable within the robot context, it can be used by typing it inside curly brackets, like {Name}.

Example using HTML Code

To write code, simply leave the option "Use HTML Template File" unchecked and enter the desired code as shown in the image below:

Last updated

Was this helpful?