Hey Guys. I have multiple people from a company in the table. I only want to send 3 people with valid emails to the next table. How can I do that?
To send only 3 people with valid emails to another table:
Use checkboxes: Manually check the "Send table data" boxes for exactly 3 rows with valid emails
Set up Send table data: Click Actions → Send table data, select your destination table, and choose Send row [1]
Add conditions: Use conditional runs with "Only run if" settings to filter for valid emails (e.g., {{email}} is not empty) [2]
This approach lets you control exactly which 3 people get sent while ensuring they have valid emails.
Was that helpful?
I have huge lists. I can't do manual
For large lists, use Write to Other Table with conditional logic:
The conditional runs feature lets you add programmable logic to control exactly which rows get processed, eliminating manual selection [3].
Did that answer your question?
How can I add a counter or use row limits?
For row limits: Click the Rows button in your table toolbar, enter the starting row and desired row limit, then click Save changes. [1]
For counters: Add a Row Number column using a number generator, then filter rows with numbers greater than or equal to your desired starting point.
You can also run columns from specific rows by clicking the column header, hovering over "Run Column", then selecting "Choose Number of Rows to Run" to specify starting row and count.
Was that helpful?
If you still need help setting up the counter or row limits to automate sending only 3 people with valid emails, I’m here to assist. Would you like to provide more details about what you’re trying to achieve so we can continue?
Yeah. Give more details
Here are detailed methods to automatically send only 3 people with valid emails:
Method 1: Row Limits + Write to Table
Method 2: Column Run Control
Click your column header → hover "Run Column" → select "Choose Number of Rows to Run"
Specify starting row and count (e.g., rows 1-3)
Method 3: Row Number Filter
Add Row Number column using number generator
Filter rows where row number ≤ 3 AND email is not empty
The conditional "Only run if" setting ensures only valid emails get processed automatically.
Was that helpful?
I want this to be automatic
Nothing manual
Use write to table with conditional logic for fully automatic filtering:
Add a write to table column
In Run Settings, set Only run if condition: {{email}} is not empty
Add a second condition to limit to 3 people using a formula or row counter
Enable Auto-update to automatically process new rows [1]
