Skip to content

Remove Item(s) from Array

Overview

Removes the specified item(s) from the target Array.


Parameters

ParameterParameterValid BlocksRequired
From The array to modify Reference Block Group Yes
Position Where to remove the item on the target array. Text Process Block Group No
Remove Item Path The path to the item that will be removed from the Array. e.g. `[3]` to remove the item at index `3`. To remove a nested object property, `[3].objectName.propertyName'. Or to remove the first item in a nested array at index `3`, `[3][0]` Use double quotes if names contain a bracket or dot. Text Process Block Group No
Number of Items The number of items to remove from the array. Number Process Block Group No