Pop Element

This node can be used to output the last element of an array. At the same time, the array is output shortened by this entry. The last element of the array is thus practically cut off and the original array is shortened by one entry from the end.

An array with the numerical values 1,2,3 would therefore result in the value 3 being output and the array then only consisting of the values 1 and 2.