Skip to main content

Set

Type ID: core.set  ·  Kind: Action  ·  Trace: CHAIN

Builds a single output item from the supplied values object. Each key/value pair becomes a field on the emitted item, letting you create or overwrite fields downstream.

Credentials

None

Properties

PropertyKeyTypeRequiredDefaultPossible valuesShown when
ValuesvaluesobjectYesan object of key/values to set on the output itemAlways

Notes

  • execute() resolves values through the resolver engine (expressions supported), defaults it to {} if absent, and emits a single item whose json is a shallow copy of the resolved object.
  • The output item is constructed solely from values; existing input fields are not merged in unless re-referenced through expressions.