Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DescriptionThe unique ID associated with the message (document) coming into the Ultra pipeline. This expression is usable only in Snaps inside an Ultra pipeline.
Syntax


Code Block
snap.original.id


Example

Expressionsnap.original.load()id

Result: Unique ID of the message of type String.

...