Array operations

Clear Array

This node allows you to empty an array of any type. The original array remains unchanged; instead, a new, empty array is returned.

Flow

Screenshot 2026-01-14 154236.png

Parameter set

Parameter

Type

Description

Array

Wildcard<Array>

An array of any type that is to be emptied.

Return

Wildcard<Array>

A new, empty array of any type.