Take data from excel to a online format

image

Hello everyone, i want to fill the format with the excel information, how can i indicate wich columns to read and then go to the next row to do the same?

@daniel.vazquez

First take read range activity which is in workbook and give the filepath
You can remove the Range, Declare a variable for Output
Now use ForEach row activity and give the output variable you have declare
Inside For Each row, If you want to type then place a TypeInto activity and write as row(“ColumnName”).ToString
If you have click you can place click activity also
So this will loop until Excel has the data

For Reference you can check below
Reference

Hope this may help you

Thanks

1 Like

Sounds like you should go do the basic training available for free on the UiPath web site. These are really basic things to do.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.