Skip to main content

Remove Item(s) from Array

Overview

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


Parameters

ParameterParameterValid BlocksRequired
FromThe array to modifyReference Block GroupYes
PositionWhere to remove the item on the target array.Text Process Block GroupNo
Remove Item PathThe 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 GroupNo
Number of ItemsThe number of items to remove from the array.Number Process Block GroupNo