Multiple use-cases for List(Collection) and Dictionary inside of the UiPath Studio.
0:00 Intro
0:24 Chapters
1:44 List (Collections)
2:45 Add to Collections
3:30 Sort List
5:10 Check if we have all the elements inside of a list
8:40 Check if we have at least one element inside of the list that matches
11:00 Dictionary
11:30 Install Dictionary activities
12:48 Define dictionary
13:55 Add data to a dictionary
15:35 Use Dictionary instead of multiple IFs
19:30 Access data very fast from the dictionary
20:48 Check if we have multiple values in the same list
22:43 Check if elements from the list are unique
23:48 Make Sum of the same element from a list
28:50 Compare List with Missing or Extra elements