The Activities getting error on Uipath.System.Activities latest version 26.2.1

I am currently utilizing the community license, and the versions consistently update automatically.

I am encountering problems with the Assign and Input dialog box activities, including the “Object reference” error, as illustrated in the attached screenshot.

If we revert to the lowest version, 22 something, it functions properly, so I seek to comprehend the rationale behind upgrading to the new version when it does not support working activities.

There is no benefit in upgrading the version; it should enhance productivity rather than diminish it.

Yes I think they fixed it and released a new version

Hi @Mahesh_Kumar_Thotla , what version of Studio are you using where you’re encountering the issue? And how is the dictStrDetails variable initialized in the Data Manager or in the workflow? Would you be able to share the project by any chance?

The studio version 2026.0.189
I have attached the Xaml file as well, i dont think issues with actvities
seems issues with the package version only
Main.xaml (22.4 KB)

The 26.2.1 version is the latest one, now days most of the latest version throwing the actvties related issues

Just to exclude the obvious ‘have you tried turning it off and on again’ causes:
In your screenshot, the error indicates a null-object. Are you sure the dictionary that is targeted is initialized in an earlier stage?

Assign: dictstrDetails = New Dictionary(of String, String)

And, is this dictionary in scope of your current sequence?
Since this would produce the same erorr if forgotten.Maybe the new version is stricter concerning scope of dictionaries compared to older versions?

Thank you, @Mahesh_Kumar_Thotla ,for sharing the project. I can see the dictionary variable dictStrDetails is not initialized in the workflow or in the Data Manager. By setting the default value to new Dictionary(of String, String), I was able to run it successfully.

I wasn’t able to run it successfully when changing the System package version, was this able to run successfully under a different setup?

Hello today a new update 26.2.2 is releases, check if that fixes this issue.

image

Just wondering I’m using 26.2.1 fine in couple of processes and working stable.


i was set the default value to new Dictionary(of String, String) eventhough same issues

even the input dialog box getting same issues with the latest version

Hello @Raluca_Laic,

Looks like this is an issue with specific version of activity.

I tried with V25.12.2, V26.2.0, V26.2.1, V26.2.2 and then V25.12.2 is working where as V26.* versions are failing.

Thanks,
karthik

1 Like

Hi @Mahesh_Kumar_Thotla , just to double check here, the variable that is initialized in the Data Manager seems to be dictStrData while the assign references dictStrDetails. Did you also initialize dictStrDetails?

looping in @loginerror for the input dialog issue

Thanks @Raluca_Laic.

@Mahesh_Kumar_Thotla We can confirm that this is an issue in System 26.2.x version. We will soon release a patch to the System activities to fix this issue.

Thank you for reporting it!

Thanks so much @Raluca_Laic @loginerror for the great support

1 Like

UiPath.System.Activities 26.2.3 patch was released today and fixes this issue. Once again, thank you for reporting this issue! :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.