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
| Property | Key | Type | Required | Default | Possible values | Shown when |
|---|---|---|---|---|---|---|
| Values | values | object | Yes | — | an object of key/values to set on the output item | Always |
Notes
execute()resolvesvaluesthrough the resolver engine (expressions supported), defaults it to{}if absent, and emits a single item whosejsonis 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.