0

I am Facing this error in UiPath Automation.

Argument 'ArrayRow':BC30333: Value of type 'Integer()' cannot be converted to 'Object()' because 'Integer' is not a reference type

I am trying to add ArrayRow Argument (Example:- {x,y}). then this error is occure below i Attach Image what i use and which error is faceing

X and Y is type Integer

Here the Error Image Link

ben ben
  • 5
  • 3

1 Answers1

0

You will have to convert your variable to Object like below.

enter image description here

Refer this link for detail info: https://docs.uipath.com/activities/other/latest/workflow/add-data-row

Snippet from link: enter image description here