remove from bottom of array
This block is part of the array group and was last modified in core v13.0.7.
Type Selection Required
This block requires you to select the data type you want to work with. You must manually select the type using the type selector modal. To access the modal, click the white button on the block.
Field Selection Required
This block requires field selection (out). You must manually select the fields you want to work with using the field selector modal. To access the modal, click the white button on the block.
remove from bottom of array v13.0.7 removes the last element from an array and returns that removed element
- array required
arrayInput pin for the array from which the item will be removed.
- updated array
v13.0.7arrayOutput pin for the updated array after removing the item from the bottom.
Removes the LAST element of a copy of the array; the input is not mutated. array_updated (and the deprecated array pin) carry the remaining elements; the type-selected out pin and the deprecated item pin carry the removed element. On an empty or non-array input the removed value is null and the updated array is empty. When the selected type is array, the removed element is emitted on the array-named pin INSTEAD of the legacy remainder output.
pop |
A typical wiring for remove from bottom of array: the array out pin feeds length.

Version history
Introduced in v13.0.7.
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
