flow
: The flow input to trigger the node’s execution.array
: The input array to remove the last item from. Defaults to an empty array.flow
: The flow output to continue the execution of the spell.flow
input to the previous node’s output that triggers the execution.array
input to an array variable or a node that outputs an array.flow
output to the next node in the spell’s execution flow.array
input of the Remove Last node.flow
output of the Remove Last node to the next node in your spell, for example, a Debug node to log the updated array.array
is not empty before using the Remove Last node to avoid errors.array
is empty, the Remove Last node will not modify the array and will simply pass it through to the output.