Read Column Workbook Starting cell

Hello!

I might have encountered a bug or perhaps an issue in UiPath Studio. I’m using the “Read Column Workbook” activity, but when I specify that it should start from cell A2, it still reads cell A1, which only contains the column name, and I don’t understand why. I’ve used this option before in other projects and it worked without issues. I’m not sure what’s causing this problem now.

If anyone has experienced this, I’d appreciate it if you could share how to resolve this bug. I’ve already tried updating, deleting and recreating the workflow, using other options, etc.

HI,

In my environment, it seems no problem

if possible, can you share workbbok and/or workflow etc?

Regards,

I’m also experiencing this issue.


I’m deriving the starting cell from an expression, which resolves to “A2”
When I generate an array from the non-null or whitespace string objects, the array contains the value from A1.
I’m using UiPath.Excel.Activities 2.35.5 (and unfortunately, I cannot update to the newest version of this package because it throws unresolvable errors when I use UiPath.CLI.Windows in my devops pipeline…)