create_import_set_row
Insert a row into an Import Set staging table using key-value pairs, enabling data to be staged for later transformation in ServiceNow.
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. |