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