Skip to main content
Skip table of contents

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.