Resolved! Add rows to MRVS with flow action script
I'm trying to set some MRVS variables with a Flow Designer Action. Here is my script. Rows do not get added. What am I missing? Input is the trigger RITM. (function execute(inputs, outputs) { var ritm = inputs.request_item; var mrvs = ritm.variabl...