Limit 100 Query Connector

Any idea how to manage this 100 limit restriction?

I have 320 records matching the “Process Order”

Thanks!

You can use the offset and then loop through it (call again and again with that offset) until you get an empty result.

Then add these arrays together.

You could build this with automations or node red for instance.