Remove an item from an existing array.


Properties


  • Deletion Mode : Choose how to delete the item. Choices are : At the End, At Index, At ID
    Default : At the End
  • Trigger Input : Toggle this if you want to use a boolean as an input to trigger the action. If the boolean is true the item will be removed from the array. If the boolean is false the item will not be removed.
    Default : OFF

Inputs


Name Type Description
Array Array Existing array from which to remove an item
Trigger Boolean Only appears if Trigger Input is toggled ON. Boolean input to trigger the action of removing an item from the array
AtIndex Integer Only appears if Deletion Mode is set to At Index. The Index of the item to remove
AtID String Only appears if DeletionMode is set to At ID.The ID of the item to remove

Outputs


Name Type Description
Array Array Resulting array with the item removed

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.