Dictionary package Microsoft.Activities.Extension not found in Windows version of Uipath

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

Hi @RPADemo_Mail

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:

  1. Open UiPath Studio and create a new project.
  2. Click on the “Manage Packages” option from the “Project” tab.
  3. In the “Manage Packages” window, click on the “Settings” button.
  4. In the “Settings” window, click on the “Add” button to add a new package source.
  5. Enter the following information in the fields:
  1. Click on the “Save” button to save the new package source.
  2. Now, go back to the “Manage Packages” window and select the “Legacy Packages” source from the drop-down menu.
  3. 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.

@RPADemo_Mail

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