09Waterfall & Workflow
Up to date
2 months ago

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

April 2026
02Community answers1 response

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