From Bright Pattern Documentation
<translate>= Post Variable= This function enables a variable to be pushed to a scenario as if the Set Variable block is included; the variable is then available in scenarios and workflows.
Syntax
postVariable(name, value);
Parameters
name – String containing the name of the desired variable
value – String containing the resulting value of the variable
</translate>