Hello,
How can I assign multiple-values token to set-business-process-variables, so that all the values in the multiple-values token are transferred in the set-business-process-variables and then set-business-process- variables can transfer all the values to a form.
I have a query that returns more than one row. I am using for-each-row loop and assign values to multiple- values-token and then after the loop I assign the multiple-values token to set-business-process-variables. But multiple-values token only assigns the last row that was fetched from the query to set-business-process-variables.
Thank you.