Assign
Assign a value to a variable at run-time.
Last updated
Assign a value to a variable at run-time.
Last updated
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.
Value: Object Argument
The value you want to assign to the variable.
Is Expression: Specifies whether the input is an expression or not. The expression is evaluated and the result is assigned to the target variable.
Is Expression: Specifies whether the input is an expression or not. The expression is evaluated and the result is assigned to the target variable.