So the scenario is I have a datatable with invoice line items stored. I need to enter them into separate Lines in an web based accounting platform.
I am using a For each row enter the description, then the price and the qty, but not sure how it to go to the next line and enter the next row data in a new line on the web app
Check if the element have any attributes for Row Id. And check if it increases in sequence. If so, you can use a incremental counter in place of RowId.
If Idx is the sequence number starting from 1 and it is incremental, the use selector IDX=Idx.tostring (variable as int) then as soon as you done with one entry assign idx=idx+1