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
Community MemberAI GeneratedFebruary 2026