Question:
How do you assign data to a User Global Variable from a VB Script expression?
Answer:
In order to assign the neccessary data to a user variable, you must do this is 2 steps because it is unable to convert the data type.
- Create a separate text variable.
- Assign the results of the VBScript expression to the text variable created in Step 1.
- Add a separate assign data step that will assign data from the variable created in Step 1 to the desired User Variable.