ServiceNow Delete

Overview

The ServiceNow Delete Snap connects to a particular ServiceNow instance, deletes the records by the IDs (fetched from incoming documents) from a given table, and returns the response as a document stream.

Snap views

Type Description Examples of upstream and downstream Snaps
Input

This Snap has exactly one input view.

A Table Name and record ID.

Output

This Snap has exactly one output view.

Deletes a record.

Learn more about Error handling.

Supported Accounts

Snap settings

Legend:
  • Expression icon (): Allows using pipeline parameters to set field values dynamically (if enabled). SnapLogic Expressions are not supported. If disabled, you can provide a static value.
  • SnapGPT (): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
  • Suggestion icon (): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
  • Upload : Uploads files. Learn more.
Learn more about the icons in the Snap settings dialog.
Field/Field set Description
Label

String

Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline.

Default value: ServiceNow Delete

Table name

String/Expression/ Suggestion

Required. The name of the table in the instance. The table name is suggestible but requires an account setting for the suggestions to appear.

Note: Only accounts that have the 'Personalize dictionary' role can see the field labels associated with each table in the ServiceNow data dictionary. Therefore, accounts used with Snaps in this Snap Pack must have the 'Personalize dictionary' permission if you want to view the Table name suggestions.

Default value: N/A

Example: incident

Number of retries

Integer/Expression

Specifies the maximum number of retry attempts when the Snap fails to write.

Minimum value: 0

Default value: 0

Example: 3

Retry interval (seconds)

Integer/Expression

Specifies the minimum number of seconds the Snap must wait before each retry attempt.

Minimum value: 1

Default value: 1

Example: 3

Snap execution

Dropdown list

Choose one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute: Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only: Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.