How to read the data from Excel into a data
table in UiPath
Sam_Abraham
(Sam Thomas Abraham)
November 17, 2022, 8:58am
2
You can use read range activity for this
Hi! Welcome to community!
Use Read rage activity in the properties panel check the add headers and in the output panel create a variable by pressing CTRL+K. Now provide the name as dt_Input
That’s it.
Reference:
Regards,
NaNi
Gokul001
(Gokul Balaji)
November 17, 2022, 9:00am
4
HI @REITUMETSE_MATHIBELA
Welcome to uipath community
Use Read Range activity → Store it as DtRead
Use For each Row in Data Table activity
Here → CurrentRow("your Column Name").ToString it will get the column data one by one inside the loop
Regards
Gokul
Gokul001
(Gokul Balaji)
November 17, 2022, 9:01am
5
Hi @REITUMETSE_MATHIBELA
Check out this document to create variable
Managing Variables .