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

Our input data is a table of daily webinar attendance for a week.
Input table of daily webinar attendance for a week
Let’s try to find which day of the week is the first time we experience a maximum webinar capacity. In this case, our max webinar capacity is 25 attendees. By using the look up rows step, we can create a new column called “Max capacity hit” that shows which day of the week we first experience 25 attendees.
Output table with a new Max capacity hit column showing the day each row first reached capacity

Custom settings

To set up this step, start by noting the range of columns it should look within. Select a column from the Range Begin dropdown and select another column from the Range End dropdown.
Look up rows settings showing the Range Begin and Range End column dropdowns
Next, in the field Find Value type in the one it should search for within our selected range. You can also check the box “from Column” if you’d like the step to look for a value contained in a specific column within this noted range. Checking off the box “from Column” will convert the Find Value field into a dropdown of column options.
Find Value field configured to look for a value contained in a specific column from the range
In the New Column Name field, enter the name you’d like this new column to be called.
New Column Name field where the look up result will be stored
Lastly, checking the box for “Case” will force the matching to be case-sensitive.
Case-sensitivity checkbox enabled to enforce exact match casing during lookup

Frequently asked questions

What’s the difference between Look up rows and Combine tables? Combine tables joins two separate tables on a shared key. Look up rows searches within a single table to find which column contains a specific value and returns that column’s name in a new column. Why is my new column blank for some rows? If the value being searched for doesn’t appear within the selected range for that row, the new column will be blank. Double-check that the Range Begin and Range End columns enclose every column the value could appear in. How do I make the lookup case-sensitive? Enable the Case checkbox in the step settings. By default, lookups ignore casing — for example, “True” and “true” are treated as equal.
Last modified on May 18, 2026