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 Output section of the automation workflow. This step is mandatory in the Robot. 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, 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.

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 Output section. If all variables are the same type, the order is not important.