Default Variables are special variables that can not be overridden. You can use them just like any other variables.
$parent - a reference to a parent node;
$parent
$prevStep - a reference to the previous node within a Folder node;
$prevStep
$nextStep - a reference to the next node within a Folder node;
$nextStep
$dynamicVar - a dynamic variables object;
$dynamicVar
$response - a reference to a response in a RequestStep node;
$response
$env - an environment variables object.
$env
$systemVar- an object for accessing system environment variables
$systemVar
Last updated 6 years ago
Was this helpful?