Blocks

ServiceNow

ServiceNow Table API operations (CRUD + query) for generic tables.

Perform CRUD and query operations on ServiceNow tables using the Table API. Supports instance URL, OAuth Bearer token, table name, and optional query/fields/limits.

Back to Catalog
Toolsservicenow

Block Preview

ServiceNow

ServiceNow Table API operations (CRUD + query) for generic tables.

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the servicenow block with monitoring enabled in production.

Inputs (UI)

Instance URL

short-input

Placeholder: https://your-instance.service-now.com

Layout: full

Bearer Token

short-input

Placeholder: Enter OAuth access token

Layout: full

Operation

dropdown

Layout: full

Options: Get by sys_id, Insert, Update by sys_id, Delete by sys_id

Table

short-input

Placeholder: incident

Layout: full

sys_id

short-input

Layout: full

sysparm_query

short-input

Layout: full

sysparm_fields

short-input

Placeholder: number,short_description,priority

Layout: full

sysparm_limit

short-input

Layout: half

sysparm_offset

short-input

Layout: half

Payload (JSON)

code

Placeholder: { "short_description": "..." }

Layout: full

Inputs (API)

instanceUrl

string

Required

apiKey

string

Required

table

string

Required

operation

string

Required

sysId

string

Optional

query

string

Optional

fields

string

Optional

limit

string

Optional

offset

string

Optional

data

string

Optional

Outputs

Primary response type:

json

Tool Access

servicenow_table
ServiceNow | NowFlow Blocks