Katalon Studio: Need to create sales invoice with for loop or any any option I have upload image

Hi
is there anyone available to sort out y issue
I want to create sales invoice with for loop or any any option
I have upload image .

image

Review the following links below:

and:

1 Like

After reading and reviewing the above links, you should have at least the following two lines;

def data = TestDataFactory.findTestData("Data Files/Invoice")

for (row = 1; row <= data.getRowNumbers(); row++) {

Now, you have to explain what happens on an individual “invoice” and what happens when there are more than one item?