Read Range Workbook Activity
Write Range Workbook Activity
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