Skip to main content
The Set Properties action copies an optional source object, then applies a repeatable list of key/value entries. Use it to enrich an object without discarding its existing fields.

Inputs

Outputs

Example

Starting with:
Set customer.active to true and status to ready:
Dot and bracket paths create nested objects or arrays when needed. Later entries can overwrite values set by earlier entries.
The source object is cloned before changes are applied, so the output can be modified without intentionally mutating the connected input value.