uipathuipath-studio

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


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


Solution

  • 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