Skip to main content

Foreach DataTable

The Foreach DataTable component in Robbot RPA enables you to navigate through the rows of a DataTable, performing specific actions or operations on each row. This component is particularly useful when you need to process or analyze data in a tabular format.

Usage

To use the Foreach DataTable component in your Robbot RPA project, follow these steps:

Drag and drop the Foreach DataTable component into your sequence or workflow.

Configure the component by providing the necessary input:

Select the DataTable variable that you want to iterate over by choosing the appropriate DataTable object from the dropdown menu in the DataTable parameter.

Within the Foreach DataTable component, you can add other components or actions that need to be performed on each row of the DataTable. These components can utilize the Row variable to access the values of the current row.

Continue building your sequence or workflow by adding additional components or actions that depend on the data processed within the Foreach DataTable component.

Execute your sequence or workflow to iterate through each row of the DataTable and perform the specified actions on each row.

By utilizing the Foreach DataTable component, you can efficiently process and analyze data stored in a DataTable, allowing you to automate complex data-driven workflows in your Robbot RPA project.