For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check array empty

The Contains node is used to check if an array is empty or not

Properties Panel

General

Field
Description
Required

Node name

true

Variable name

Name of array to check if it is empty

true

Returns

result - The result of the Check empty array node at runtime. You can access this using Magical Autocomplete (eg. $.<node_name>.result) in any node below this node

Last updated