You can also get the value if you know its index, however, remember, that dictionary is zero-based. So in this example, it is possible to return the value "Certificate" by using sampleDictionary.Values(1)
UiPath Forum
Exam Topic: Describe how to work with complex data structures and data manipulation; for example, datatables and collections.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit