Skip to main content

Objects

Object

Creates or merges objects from property sets and/or nested objects (advanced repeat UI for mixed property/object entries).

Create Object

Builds one object from explicit key–value style entries.

Empty Object

Literal {}.

Merge Objects

Combines objects left-to-right; later keys override earlier ones. Optional deep merge for nested objects.

Pick Properties

New object containing only the listed property names.

Get Properties / Get Properties From Each

Select multiple properties from one object, or the same keys from every object in a list.

Set Properties

Assigns or overwrites properties on an object.

Delete Properties

Removes named keys from an object.

Get Keys as List / Get Values as List

All keys or all values as arrays.

Map Keys / Map Keys For Each

Rename keys using a mapping table, on one object or on each object in a list.

Transform Properties

Runs a workflow for each property; the child workflow receives { key, value } and should return the new value (or structure per node behavior).

Has Key? / Is Object? / Is Empty? / Count Properties

Structural checks and property count.

Are Objects Equal?

Deep(ish) equality check for two objects.

Find Matching Object

Given a list of objects, finds those where a chosen property satisfies a condition.