When I am trying to use Read range activity, it gets error as below
As it works correctly with same file, but different Sheet name, the question is why Sheet name “2022-total” is returning error, but “2022” is correct and how to solve it without changing Sheet name (it is already predefined and mapped)?
Make sure there are no spaces in the Sheet name field. You can even pull all the sheet names using Get Workbook Sheets and compare it with the sheet name you actually gave.
Hi @Olivera_Kalinic
If you Want to Solve the Identifier Error for Ever you have to use
Excel Application Scope for Read Range Instead of Using Workbook Read Range Activity