Skip to main content

Documentation Index

Fetch the complete documentation index at: https://parabola.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Input/output

In our input data below, we have 100 rows of data.
Input dataset with 100 rows
By using the Limit rows step, we can easily filter the number of rows to keep the top 10 rows out of 100, as seen in our output data below.
Output dataset trimmed to the top 10 rows

Default settings

By default, this step is set to Keep the first 3 rows of data and apply that limit on published runs.
Limit rows default settings to keep the first three rows on published runs

Custom settings

You have the option to switch the “Keep” selection to “Remove” instead. You may also select other options in the “first” dropdown by switching this to the “last” or a “random” set of rows. Lastly, you can change the number of rows to limit your dataset to by clicking on the “3” and typing in your desired amount.
Custom Limit rows settings showing options to keep or remove the first, last, or random rows

Ignoring the limit set during published runs

Use this setting to only limit rows while you are building in a draft of your flow. After publishing, any run (scheduled runs, manual runs, email/webhook runs) will ignore the limit imposed by this step and all rows will pass through it.
Setting to ignore the limit during published runs so all rows pass through after publish
  • Filter rows — keep rows by condition rather than position.
  • Sort rows — order rows so the right ones land at the top or bottom before limiting.
  • Remove duplicate — trim repeated rows before limiting the dataset.
  • Add row numbers — see exact positions before deciding what to keep.
Last modified on May 18, 2026