Read Range Issues - Identifier Expected

Hi everyone,

I’m having a problem when try read range with workbook. When I use the workbook activity the exception presented is System.Exception with Identifier Expected message, if I change the activity by Excel Application Scope, UiPath.Executor stops working and the robot stops due to an unexpected failure.

Use Workbook Activity:

image

image

Use Excel Application Scope:

image

image

image

I already checked the excel and it does not have external links. Ideas?

Thks

Is the sheet name exists in the workbook.
I dont see any problem with the Excel Application Scope.

The sheet exist Karthik:

image

Attached is the sample workflow. It is working fine. Please check -

Config.xlsx (17.8 KB)
Main.xaml (7.4 KB)