Hi All
I've been trying to develop this flow that creates a workbook and pastes in cell A1 any order number that the user has stored in the clipboard, then, PAD takes each cell and pastes it on a UI element in a website, which is a table.
I currently have an issue with the loops, since I'm trying to make this as less hard coded as possible, I need to make a loop that iterates through each order in the excel workbook and populates each UI element in the website. (Excel 1,1 goes to UI 1,1 ; Excel 2,1 goes to UI 2,1 ; and so and on depending on the amount of orders) *I only have 1 column in each data set.
Currently, the loop does iterate through 1 order and populates correctly in the website, however, when I add second order, the loop iterates twice as it should, but populates UI 1,1 and 2,1 with the first order, and then overwrites UI 1,1 and 2,1 with the second order.
I'm basically new at PAD and very stuck at this point.
Thanks for any help provided
