Skip to content

PopArray

Purpose of the Node

The PopArray node is designed to remove and return the last element from an input array. It provides outputs for the adjusted array, the popped value, and an execution output to indicate success or failure.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartTrigger to start the operationStructExecution
array_inInput array from which the last element will be removedStringArray
EndExecution output indicating successful operationStructExecution
array_outOutput array with the last element removedStringArray
valuePopped value from the arrayNumberNormal
failedExecution output indicating failureStructExecution