QuestionQ97

Data Manipulation

If an item must be retrieved using its corresponding identifier in UiPath, which collection type should you use?

Explanation

System.Collections.Generic.Dictionary stores key-value pairs with unique keys, allowing a value to be retrieved by its corresponding identifier (key). UiPath documents dictionaries as collections of key-value pairs where each key is unique.

Learn more

Community Discussion

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