Export with Template
Exports a table using a named export template with column mapping and format conversion.
Category: Named Tables & Rules Engine · Group: Tables · Activity name: ExportWithTemplate

Example
outputVariable = ExportWithTemplate("<tableName>", "<templateName>", outputPath="<outputPath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Table Name | string | Yes | Name of the in-memory table to export. | |
| Template Name | string | Yes | Name of the export template (configured in the platform). | |
| Output Path | string | Yes | File path for the exported file. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | json | Stores result (filePath, rows, template, format). |