For Each Row in Data Table

What should I add on the Type into activity?
Im new in UIPATH and I would like to create a web data entry from an excel

Hi @Reymon

instead of row use CurrentRow!

Regards

1 Like

CurrentRow.toString

1 Like

@Reymon

Welcome to forums

In Type Into Write as below

CurrentRow(“ColumnName”).ToString → ColumnName which data you need to enter for that particular element

Hope this will help you

Thanks

1 Like

thanks all for the help… i have a new problem

i was able to save the 1st row of the excel on the web but it did not go to the next row.

my last activity under for each row in the data table is " click save"

thanks all for the help… i have a new problem

i was able to save the 1st row of the excel on the web but it did not go to the next row.

my last activity under for each row in the data table is " click save"

@Reymon

It’s better if you make a new thread with meaningful name and the problem

but for your query, Is there any error you are facing, Not going to another row means?

Thanks

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