I am currently working on my first UiPath project.
The idea is that a user should fill in the data ‘years’, ‘from’, ‘to’ and ‘companies’ in an Exceld document. When the process starts, the information from each row must be copied and pasted into the text boxes ‘years’, ‘from’, ‘to’ and ‘companies’ in another application.
The process will then be looped and the information from the next row in the Excel document will be copied. It will take place until there is no more line of information.
Hi @Erik
you can use Read Range Activity=>Create a Datatable and don’t give range make it as empty
use for each loop and use type based on row wise manipulation such as row(0).to String =>Years etc