I am currently working with a dictionary where the key is of type string and the value is a list of strings. Inside the keys, user IDs are stored and all URLs of all files with those IDs will be stored as values.
My question here is knowing how to add values ββto this directory appropriately. So that when the ID is found for the first time, create the key and add the URL to the list, but when the key is already created, just add the URL to the list.
My question is more oriented to which activities to use and their properties structure, currently I already have the variable that will be stored in each one (key and value).
Please note that I cannot use packets other than what UiPath already includes.
I leave a reference photo on the structure where these activities would go to add values.