Read Range: Unable to read beyond the end of the stream

Hi, I am getting this issue when using a read range for a spreadsheet with 90 rows, why would this be?

Hi @aquinn ,

Which activity you are using excel or workbook ?

just a read range workbook activity

Try with Excel App scope.

If this wouldn’t work then you have to do some rnd.
Pass hard coded range to check if it is even reading data or not (just for testing).
Sometime excel file get corrupted.

If hard coded path is working then their is an issue with range in that case just pass range dynamically.

I am not sure if it makes a difference but I am using it in conjunction with GSuite to download google drive files but i will try this out, thanks