create_import_set_row
Insert a row into an Import Set staging table to stage data for later transformation. Prepares records for automated import processing.
Instructions
Insert a row into an Import Set staging table for later transformation (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staging_table | Yes | Staging table name (e.g. "u_import_incident"). Must already exist. | |
| data | Yes | Key-value pairs for the staging table row |