Get Sheet name in the case there is only 1 sheet

Hey @NatsuOK

Yes you have to pass the sheet name in Read Range activity to read that sheet data.

You can use the sheet directly by passing the index like "wb.GetSheets(0).

where wb is

Best Regards…!!
Aksh

6 Likes