Trying to populate a custom note field with the name & qty. of every line item on a Sales Order for when our ops team fulfills orders. So in effect the note would read: "This order contains items with condition: Line 1, Qty. 50, Line 2, Qty. 2" and so on. I can get the note to populate for the first line, but I don't know how to loop through each line on the order without using a script. Would WHILE work in some way?