Articles on: Workflows

Limit Node

Description


Use the Limit node to limit the output to a fixed number of rows.

Options:


Limit: choose how many rows to keep
Offset: offset the number of rows to start the limit. The default = 0, which means you'll start from the first row

Tips


The order of the rows is not guaranteed unless you use a sort node before a limit node.

SQL Equivalent


select *
from {data_source}
limit 10



↩️ Back to Workflow Settings

Updated on: 05/10/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!