How to specify range in Read Range

Hi @ext-o

If you want to read the entire Sheet then use the below syntax in Excel Read Range activity:
Excel.Sheet["Sheet1"]

If you read a specific Range in a sheet, then you can specify like below:
Excel.Sheet["Sheet1"].Range["A1:C10"]

Regards

4 Likes