What is replacement of get row item in new version of uipath

Hello,

we recently upgrdaed to new version of UiPath to 2014.10.9.
we are initidally using get row item inside excel application scope.
what is the repolacement of that activity as i am getting error if in use get row item inside use excel scope like below

what i need to use if need to loop through items instead of get row item activity
help me on same.

You don’t need this activity. Just use CurrentRow(“columnname”).ToString

ok i am getting error like

If: Column FIELD VALUE does not exist

why i am getting this error?

help me on same

@Mathkar_kunal

please check the has headers checkbox in for each row in excel activity

cheers

1 Like

As Anil said, check that box.

Also, why are you designating the range as A1:D16? You should just give it “A1” so it will read all populated columns and rows from the sheet. The way you have it, if there are more than 15 rows after the headers, you’ll only get the first 15 rows.

1 Like

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