OpenRP Docs
Behavior EngineNodesUtilities

Filter

Iterates over a list and evaluates an expression for each item, returning a new array containing only the items for which the expression is true.

Inputs

The inputs required to configure this node.

Prop

Type

ItemConditionDetails

The expression to evaluate for each item in the list. The item is included in the output list if the expression evaluates to true. The current item is exposed as 'item' in the expression context.

Prop

Type

Outputs

The payload this node emits after execution.

Prop

Type

On this page