Skip to main content

Flatten Deep

Flattens the input array by emitting each element separately. Other types are passed untouched.

component image

In-ports

input Array — input events to filter.

Out-ports

output <any> — filtered events.

Overview

The Flatten Deep operator emits each element of the input array separately. It expects input values to be of Array type. All other types are passed through the operator unchanged.

flatten deep example

Settings

No additional configuration is required.