Extract Properties

Extracts individual properties from any typed value.

Exposes one output port per property of whatever object you connect.

Dynamic ports

A resolver inspects the runtime shape of the connected object and creates one output port per discovered property, so the outputs vary with whatever value you wire in.

Inputs

  • ValuerequiredT. Provides the object value whose properties the node exposes as separate outputs. The node inspects the runtime shape of this object and creates one output per discovered property, then emits only the requested property values at run time.

Outputs

Determined at run time by this node's resolver - the output ports change with what you connect. See the note above.

Example use cases

Pull ticket properties

Connect a Ticket to expose its title, state, and fields as separate ports for downstream nodes.

See also