If an item must be retrieved using its corresponding identifier in UiPath, which collection type should you use?
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.
System.Collections.Generic.Dictionary
Community Discussion