Skip to content

Metadata fields

Metadata fields are the most important data-table setting for automation.

Your CSV might contain twenty columns. Operations usually only need a few — phone, name, account id, language. Metadata fields are that short list.

When a spinner runs, CXGear copies only metadata fields into each execution record’s payload.

That means:

AreaBehavior
Spinner stepsTemplates and params only see metadata keys
Spinner builderColumn pickers list metadata fields
Records pageContact / “pipeline input” section shows metadata only
Full CSVStill visible under Data tables → Show data

If a column is not metadata, it will not be available as name / phone style templates inside the pipeline.

Screenshot needed
Metadata fields UI with some columns selected and saved.
Where: Data tables → Metadata
Save as: src/assets/screenshots/06-metadata-fields.png
  1. Open the project → Data tables.
  2. Open Metadata for the table.
  3. Tick the fields that should enter automation.
  4. Save.

Choose fields that identify the person and anything steps must read (for example amount, language, lead id).

Run the spinner again. Jobs that already finished keep their old payload shape. New runs use the new metadata list.

If you never set metadata fields, CXGear may fall back to all columns for compatibility. For production campaigns, always set metadata explicitly so behavior is predictable.