Bug-Add data row (2022.10.3)

Hi Team,

Found a bug in the Add data row activity, where I am unable to provide data in AddDataRow field. Combination of String and integer.

We can provide the data in combination in previous versions.

Tested scenarios:

Old Version studio(22.4.4) with Latest System Package(22.10.3) - Add Data Row - Working
Latest Version studio(22.10.3) with Latest System Packages(22.10.3) - Add Data Row - Not Working
Latest Version studio(22.10.3) with Old System Packages(22.4.4) - Add Data Row - Not Working
Versions used:

UiPath - 2022.10.3
UiPath.System.Activities - 2022.10.3

Please find the attached snaps:

Bug Snap:

Studio Version Snap:

Studio_Version

Packages Snap:

Old Version snaps: I can able to provide the data.

Add Data Row

Add Data Row Old

Hope this bug will be fixed soon.

Thanks & Regards,
NaNi

1 Like

@THIRU_NANI Good find!

For anyone who want to use new package there is a go around this bug by using DirectCast(variable, Object)

In this example:

{DirectCast(“ABC”, Object), DirectCast(124, Object)}

1 Like

Hi @GT_Ropa ,

Thanks for sharing the idea. Hope this bug will be fixed soon.

Regards,
NaNi

Good finding @THIRU_NANI !

@loginerror can you also please look on this!

Thanks

1 Like

I tested it just now on Studio 2022.12 and System 22.10.4 and it looks like it is fixed:

1 Like

edit: sorry, slightly different issue :upside_down_face:. I’ll create a new topic