create_import_set_row
Insert data into a ServiceNow staging table for later transformation into production records. Use this tool to prepare external data for import by populating Import Set tables.
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 |