Dictionaries in UiPath, as in other .NET environments, allow for keys and values to be of different data types. Keys must be unique within a dictionary, but the values can be duplicates. Dictionaries do not provide automatic sorting; they are collections designed for quick lookup of values based on a key. Therefore, the correct answer is B.
[References:, UiPath Studio Guide: The Dictionary Data Type, , , ]
Submit