Skip to content

Create Record

Module · Stable

Add a row to a custom table, with values validated against its columns.

Inserts one row into an admin-defined custom table (Settings → Reference Data → Tables). values is an object mapping column keys to values; each is coerced to its column type and validated, and unknown keys are rejected. Returns the new record_id.

Use to accumulate structured data across runs into a table you defined — append a row per incoming lead, log an event or error, or record a metric. Pick the table at design time and map values from earlier steps.

To create a contact, company, or deal use the dedicated Contacts steps; to attach a free-form note to an existing record use Add Note. Custom tables are for ad-hoc datasets, not for data Routario already models.

Configured per use: table, values.

  • record_id
  • created

Auto-generated from the skill registry (load_skills()). Do not edit by hand.