Number of items from database items

is their a way to limit the number of items that the database pulls and be able to go to another page with the rest of the query?

It's the Database Paged Query step

Not that I know of

You can limit the number of records returned by a query by using a Paged Query. You can enter the number of records in the Limit option.

Teodor Thanks
Can I just change the query from a query to a page query? Then add to controls?

Yes you can, simply change its type to a paged query.

You should be aware: