Dictionary package Microsoft.Activities.Extension not found in Windows version of UiPath. Can someone tell me if there a workaround to access this package from Windows. Its available on Windows Legacy
It seems that the Microsoft.Activities.Extension
package is not available in the Windows version of UiPath as it was only available in the Legacy version. However, there might be a workaround to access this package from Windows.
You can try the following steps to access the package:
- Open UiPath Studio and create a new project.
- Click on the “Manage Packages” option from the “Project” tab.
- In the “Manage Packages” window, click on the “Settings” button.
- In the “Settings” window, click on the “Add” button to add a new package source.
- Enter the following information in the fields:
- Name: Legacy Packages
- Source: https://gallery.uipath.com/api/v2/legacy
- Click on the “Save” button to save the new package source.
- Now, go back to the “Manage Packages” window and select the “Legacy Packages” source from the drop-down menu.
- Search for the
Microsoft.Activities.Extension
package and install it.
Note that this workaround may not work for all packages and may not be recommended for production use. It is always best to use the officially supported packages in UiPath.
You can access dictionary directly as well
New Dictionary(Of String,String)
Dict("Key") = Value
Dict.Keys
Dict.Values
All commands can be used directly using assign activity
cheers
Thanks for the reply. Problem got resolved. Thankyou
1 Like