I am working on a process that grabs data from the first line in a program, then inserts data in another section of that same line. It then goes to line 2, reads the data from one section of line 2, and if the field is not blank it inserts data in another area of line 2. Then it moves to line 3 and does the same thing.
Right now I am manually creating each new UI Element associated with the 2 places on the individuals lines I am reading and writing to. I use the Add UI Element tool to select the first line, then I go into the editor to change it to the correct line number.
I'm sure there is some easier way to do this where I can create a loop to go to each line, but I have not figured that out yet. My issue is I need to read the data for each line, and the only way to read the data is by using the Get Details of UI Element action, so I would think I would need each line to have it's own individual UI element, am I correct?
SO if it is the case I need to continue doing it manually for each line, is there a way to copy the UI Element to create the next lines (Like line 5,6,7...) so I can modify the code, rather than using the Add UI ELement tool each time and selecting the 1st line?