QuestionQ44

Data Manipulation

Which UiPath workflow data structure supports dynamic resizing, making it appropriate when the number of elements is not known in advance?

Explanation

A List is a dynamically sized collection: elements can be added or removed as needed. This makes it suitable when the required number of elements is not predetermined.

Community Discussion

No comments yet. Be the first to start the discussion!