Sending Data from a Collection, row by row, to a loop Write Step

boulay

Member
I have my collection working with 11 rows.
I need to take value of each row, in column 2 (JobCount), and write it to a step in my loop.
And then repeat for the next row in the collection.
Help!
 

Attachments

  • loopcolleciton1.png
    127 KB · Views: 30
Last edited:

mbailey

Member
If you simply want to write the value of JobCount for the current collection row as shown in loopcolectionimage1.png, put [CollectionName.JobCount] into the Value field of the Write stage (you're in a loop so BP knows the row index).

Michael Bailey
 

mbailey

Member
I just noticed that your image shows the collection name so put [JobID and Name.JOBCOUNT] into the Value field of the Write stage.
 
Top