Return

This is a final step in robot execution that outputs variable values. Specify variables in the Return step in the same order as the types in the Return Types section of the automation workflow. Leave the step empty if you do not want to output any variable value.

You can use more than one Return step, but once the first Return step is executed, the robot execution stops. This might be helpful in conditional steps when you check the condition and output variable values if they comply with the condition. If the condition is not met, the robot continues executing.

If converting a dependent Robot (called from a Basic Engine Robot) to a standalone Robot, replace the Return step with the Output Value step.

Properties

Name
Contains the name of the step.
Values
Specify variables with values you want to output. Note that the order of variables must match the list of types in the Return Types section. If all variables are the same type, the order is not important.