Skip to main content

Create Table

Creates a new in-memory (transient) table for data processing within the workflow.

Category: Named Tables & Rules Engine · Group: Tables · Activity name: CreateTable

The CreateTable activity in the designer

Example

outputVariable = CreateTable("<tableName>", schema={})

Inputs

NameTypeRequiredDefaultDescription
Table NamestringYesName for the new in-memory table.
Table SchemaobjectColumn definitions with key column markers. Value: {columns: [{name, isKey}]}.

Outputs

NameTypeDescription
outputVariablejsonStores table metadata (tableName, columns, rows).