What this does
Routes a row from one Baseloop table to another with field mapping. The backbone of multi-stage pipelines: Org Sign-ups → Verified Sign-ups → Company Qualification → Alerts & Routing → Sequence is one Send to Table per arrow. Used to split All Leads into Email / Li+Phone / Only LI campaign tracks, to recycle dormant leads to fresh tables, and to fan webhook payloads into specialized routers.
What this returns
A new row inserted into the destination table with every field you mapped, plus a back-reference to the source row for traceability.
How teams use this
Teams typically chain send to table after an enrichment or scoring step: an inbound lead lands on the table, an enrichment action fills in the missing fields, a qualification step decides whether the lead is worth acting on, and send to table runs only on the rows that pass. Because Baseloop maps each action's inputs to columns on your table, the same workflow can run on one record or on ten thousand without changing a thing.
Run this in Baseloop today
Drop send to table into any workflow. Free to start, no credit card.
Other Baseloop-native actions
Custom AI Agent
AI agent for content creation and web research on your table data
See actionEnrich Company
Enrich company data using LinkedIn URL
See actionEnrich Contact
Enrich contact data using LinkedIn profile
See actionLookup Multiple Records in Other Table
Search another table and return all matching records
See actionLookup Single Record in Other Table
Search another table and return the first matching record
See actionSend HTTP Request
Send an HTTP request to a specified URL with dynamic data from your table
See action