Inserts multiple records into a ServiceNow Import Set staging table. Use this action when you need to bulk-import configuration items (CIs) or other data into ServiceNow via an Import Set. Records are inserted into the specified staging table, which is processed by the associate…
recordsRequiredarrayArray of record objects to insert into the Import Set staging table. Each record should contain field-value pairs that match the columns of the staging table. Common fields include: 'name', 'ip_address', 'mac_address', 'serial_number', 'host_name', etc. Example: [{'name': 'test_…
staging_table_nameRequiredstringName of the import set staging table to insert records into. Examples: 'sys_import_set_row', 'u_cmdb_ci_staging', 'sys_import_tst_abc123'. This is a path parameter that identifies the staging table for the import set. The staging table is determined by the transform map configur…
sysparm_input_display_valuebooleanSet to true if providing display values instead of sys_ids for reference fields in the records. When false (default), reference fields must contain sys_ids.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.