Datadog Reference Tables

Lookup

Look up the row associated with the given primary key by equality only. Throws an error if:

  • No table with a matching table name is found.
  • No primary key with a matching entry is found.

Inputs

Field

Type

Description

tableName [required]

string

The name of the table for the lookup.

primaryKey [required]

string,number

A primary key of the value for lookup.

Outputs

Field

Type

Description

No outputs

string