What's the difference between 'Send row' and 'Send row for each item in the list'?

April 2026

Quick Answer

## Send Row vs Send Row for Each Item in List **Send Row** - Sends each row as-is to another table - Keeps the data structure intact - Useful for filtering or transferring specific columns **Send Row for Each Item in List** - Flattens lists by converting each item into a separate row - Example: If you find multiple people at a company, each person becomes a separate row - Breaks down list data into individual records

Up to date
1 months ago

1 Answer

Send Row vs Send Row for Each Item in List

Send Row

  • Sends each row as-is to another table
  • Keeps the data structure intact
  • Useful for filtering or transferring specific columns

Send Row for Each Item in List

  • Flattens lists by converting each item into a separate row
  • Example: If you find multiple people at a company, each person becomes a separate row
  • Breaks down list data into individual records
GTM StackCommunity Insight