What is the primary difference between an array and a list in UiPath?
An array has a fixed number of elements of one type. A list also holds elements of one type, but its size can change because elements may be added or removed.
Community Discussion