Hi community,
Please help me with below use case on how to build logic.
I need to fetch the Action type Value from the excel and update in the web application as shown in respective fields.
Note: No. of rows in the excel sheet is dynamic.
Please help me with logic building.
@Vaishnav_Tej Hi, Please follow these steps.
0) put assign activity and make int value which is row1 for application
- read excel file from B2 cell and store in DT
- put for each over datatable.
- inside loop make dynamic selector by adding row variable for each filed and give respective value.
- inside loop put increment for row.
postwick
(Paul Ostwick)
3
You should do the free training on the UiPath Academy web site. It will teach you the basic things you need to know to do simple processes like this.