Array of multiple ColumnDataTransform objects
- Type: array object[] · Array of multiple ColumnDataTransform objects
- aiType: string enum
Creativity Controls how expressive and varied the AI output language is; high allows more creative responses.
values- high
- medium
- low
- aiType: string enum
Voice Tone Determines the style and attitude in which the generated content is delivered.
values- auto
- professional
- technical
- casual
- straightforward
- confident
- friendly
- humorous
- inspirational
- columnType: string
Key Identifier of the custom field column this transform is applied to.
- customType: integer
Input Id ID of the custom field input (Field) this transform is bound to.
- enabledType: boolean
Whether this column data transform is active and will be applied during processing.
- idType: integerread-only
Unique identifier - primary key
- moduleType: string
System name of the module (e.g. contact, deal) that owns the column being transformed.
- promptType: string
User-defined instruction sent to the AI to guide how the column value should be transformed.
- providerType: string enum
AI backend used for the transformation: platform = Boost.space built-in AI, websearch = web-augmented AI, custom = user-configured provider.
values- platform
- websearch
- custom
- typeType: string enum
Specifies whether the AI transformation runs automatically on record change (auto) or only when triggered manually.
values- auto
- manual