Hi @Kalli_van_den_Heuvel, this does seem like a large dataset. This post may be a possible solution. A best practice is to avoid querying large datasets in both Apps and in Workflows. Using a batch mechanism of some kind is a way to work around this (API pagination or SQL WHERE
clauses). If you are trying to import rows into a retool database, you could use batching here as well.