Assign a value to a variable at run-time.
This activity assigns a value to a variable. If the specified variable does not exist in the current scope, an Object Variable is created.
Variable Name: String Argument The variable name you want to assign a value to.
String Argument
Value: Object Argument The value you want to assign to the variable.
Object Argument
Is Expression: Specifies whether the input is an expression or not. The expression is evaluated and the result is assigned to the target variable.
Last updated 3 years ago