Comment
Shane J
Tera Guru
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
09-19-2022
02:13 PM
Hey
inputs.requested_item.variables[inputs.variable_name] = inputs.variable_value;
I have tried the following and it works fine when hard-coded:
inputs.requested_item.variables.variableName = 'bleh';
Not sure what I'm missing here.