Hi all -
I'm trying to create multiple rows in my record, using data that is stored as an array process variable. But i'm getting all the data in a single row. Could use some guidance. Here's what I've got:
1. My process calls a business rule which gives me the following output:
List of Text String - 3 items
2. I've tried storing both in a record input as well as a process variable, those fields look like this:
3. I'm using Write Record and would like to create one row for each of these, but instead I get one row with that exact list of strings.
How do I get one row reach each item? Thanks in advance.
Discussion posts and replies are publicly visible
Hi StephK
The PCO Required Documents PV needs to be modified to accommodate multiple values.
Afterward, you can utilize a forEach loop to iterate over the elements in your string array, creating your PCO Required Document array. Added image for reference.