Hi All i am using UiPath version -2023.10.0
i am trying to find an activity add to dictionary but it is not showing in activity pannel
a have tried through manage package but i don’t know which package is required.
Create a Dictionary Variable: First, create a variable of type Dictionary<TKey, TValue>, where TKey is the type of your keys (e.g., String) and TValue is the type of your values (e.g., String).
Use the Assign Activity: To add a key-value pair to the dictionary, use the Assign activity. In the “To” field, specify the dictionary variable you created. In the “Value” field, assign a new key-value pair to the dictionary using the following syntax:
Please note that there might be custom packages or activities available on UiPath Go! or other sources that provide specialized dictionary manipulation activities, but these are not part of the standard UiPath activities package.