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
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.