I have a scenario where i call the Excel List Worksheet Rows module and it lists all the rows from 1-the next blank row. When i try to use the exact same module and settings in a different scenario, it is outputting starting from rows 1101 till 1140. I cannot seem to get the first 1000 rows.
This module runs two API calls under the hood, the first to get the used range and next to grab the data based on the result of the first call.
The problem is likely with getting the Used Range. You should install the Integromat Dev Tool which will let you see the calls the module is making and help you diagnose further.
ok now im having a bigger issue. The original Excel scenario is now giving the same problem of only capturing 1101 onward and not anything before. What in general could cause it to not list all the rows?