empty
This block is part of the array group and was last modified in core v10.4.28.
empty v10.4.28 Returns an empty array.
Out pins 1
- Array
arrayThe empty array.
Outputs a new empty array. It has no inputs and never produces anything else.
A typical wiring for empty: the array out pin feeds add to top of array.

Commonly used with
In production blueprints, this block is most often wired together with:
- add to top of array: this block feeds into it. Adds your given value to your given array.
- reply in JSON: this block feeds into it. Reply to any httpconnection as JSON body.
- set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
Version history
Introduced in v10.4.28.
Back to
array Return to the main group to view all sub-groups Back to array Return to the group to view all blocks within this group
