Use Get Workbook Sheets activity. It’s a classic activity. It will give you array of string which will hold all sheet names.
Using array index 1 you can get second sheet.
Sample Code:
Main.xaml (16.9 KB)
Use Get Workbook Sheets activity. It’s a classic activity. It will give you array of string which will hold all sheet names.
Using array index 1 you can get second sheet.
Sample Code: