Hello
I am using StudioX 2024.10.14 LTS.
- What I want to do
I want to dynamically retrieve the sheet name using the ReadRange (Workbook) activity.
- What I’m struggling with
After assigning the file list of the specified folder to the string array arr_Path, I tried to get the sheet name into str_SheetName using the ExcelGetWorkbookSheet activity inside the ForEach activity, and then open str_SheetName with the ReadRange (Workbook) activity, but I received an error saying the sheet does not exist. When I use a fixed value like “Sheet1”, it opens without any issues.
Is it not possible to dynamically retrieve the sheet name using the ReadRange (Workbook) activity?
