Use Variables

How to use variables in objects

Using variables and results in the objects

Often it is necessary to use variables in certain fields of the objects, such as the use of data passed by parameter. To use this data dynamically, just use the prefix "{" and suffix "}". As an example:

1 - The first step is to check in the lower left corner, under the variables tab, all available variables:

Tela de variáveis da IDE rpaidea

2 - After that, simply use with prefix and suffix "{variable}" to use the variable value:

Exemplo de utilização das informações da variável

3 - The result will be something like this:

Exemplo da mensagem

Last updated

Was this helpful?