How to fix this error Cannot assign from type 'System.Object' to type 'System.Data.DataRow' in Assign activity 'Assign' in RE framework 2025.10.1 version template

I am using REframework 25.10.1 version and I’m trying to assign Nothing to out_TransactionItem the above error is shwoing up because I have assigned system.Data.Datarow to Out_TransactionItem and TransactionItem in order to make the REframework as linear business workflow, I tried removing and assigning again multiple times. please suggest on how to resolve the error?

Please find the screenshot below:

Hi,

What version of Studio fo you use? For now, can you try to upgrade it to the latest stable Studio 25.10.3?

Regards,

1 Like

Currently I’m using UiPath version(2026.0) as below:

Re framework version(2025.10.1) as below:

So, will there be any update happened after this?

Hi,
It seems the problem has not fixed yet.

As workaround, can you try to replace the Assign with MultipleAssign as the following?

Regards,

Hi @vignesh_S.M,

The workaround using Multiple Assign can work, but you can also try this solution :

keep out_TransactionItem as Object, assign Nothing, and cast it to DataRow only where it is used in Process.xaml.

This soulution worked. Thanks @Maheep_Tiwari .

Thanks @Yoichi

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