Transaction item Specific Content is not working

Hi …

I am getting error while fetching the transaction item fields in the new process after Studio Upgrade. The latest patch of SystemActivities 23.12.0 throws error
The same statement throws no error and fetches correct data with older versions.
Log Message → TransItem.SpecificContent(“EmpName”).ToString()

image
I have changed the pkg version of system activities to fix this issue.
Anyone else facing the same with the new version?

Regards,
gRao

Hi @gRao

Try keeping UiPath.System.Activites dependency in the latest version by keeping RunTime Rule as Lowest As applicable. This should solve your problem.

Regards

1 Like

@gRao

Can you pleaseshow what error you are getting

Cheers

Hi @vrdabberu …Will try this…Thanks

Hi @gRao

Try with this Once : TransactionItem.SpecificContent.GetValueOrDefault(“EmpName”).ToString()

image

1 Like

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