UiPath RPA Associate (UiRPA) — Question 39
Which activity can be used to iterate through data tables?
Answer options
- A. For Each Row
- B. If
- C. Assign
- D. Switch
Correct answer: A
Explanation
The 'For Each Row' activity is specifically designed to iterate over each row in a data table, making it the correct choice. The 'If' activity is used for conditional branching, 'Assign' is used for variable assignments, and 'Switch' handles multiple conditional cases, none of which facilitate iteration through data tables.