Comment
Melinda Boone
Tera Explorer
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
09-26-2023
08:19 AM
Looks like the catalog variables cannot be reached on RITM. Change code to use a reference to sc_task and it works. I changed code to use the syntax from Shane's post:
inputs.catalog_task.variables[inputs.variable_name] = inputs.variable_value;
inputs.catalog_task.update();