30 For Each Row in Data Table Activity - Data Table and Excel Automation - Uipath Studio

Опубликовано: 01 Май 2023
на канале: Sri Guru Tech
874
5

For each row in data table :

Executes an action once for each row in a specified DataTable variable.

By using this activity we can iterate each row of the table to process data.

to iterate data row for data table

What is the difference between for each loop and for each row in UiPath?

It is important to note that, For each is used for items is variables such as object variables, whereas For each row is used for rows in a data table.

Eg:

Read range Workbook activity

for each row in data table activity

Output Data Table activity

Log Message activity