I’m trying to send a J2B element the input values of HTML inputs in a repeating group. I successfully have the values of the inputs, but I’m having trouble sending them to the J2B element.
The console.log(values) logs all the values I need, but when I check the value list of the J2B element, it is empty. Do I need to give the ‘run Javascript’ workflow any parameters? I’m really stuck.
Thank you to anyone who answers.