flow
: The flow to execute this node.array
: The input array to remove the first item from. Defaults to an empty array.flow
: The flow to continue executing.valueType
: The type of the array items. Can be one of: string
, number
, float
, boolean
, object
, array
. Leave blank to auto-detect.array
input of the Remove First node.valueType
configuration blank to auto-detect the item type as string
.valueType
configuration can lead to unexpected results if the array items are not of the auto-detected type. Always double check this setting.array
input will result in an error. Ensure you are passing a valid array.