Remove Item from Collection

Remove Item from Collection



Use context menu or action toolbox to add Remove Item from Collection action to workflow scheme.

  • Click on the area with (Edit) icon on the scheme and:
  • Select category Operations;
  • Choose Remove Item from Collection.
  • In action toolbox:
  • Select category Operations;
  • Drag and drop Remove Item from Collection action to the area with (Edit) icon on the workflow scheme.


Open action configuration dialog to edit action properties:

  • Open action context menu on the scheme and choose Edit;
  • Or double click the action on the scheme.


Use configuration dialog to edit action properties:

Property Description
Title Defines action title.
By default the title is action type name.
Target collection Collection to remove item from.
Index Index of the item to remove.
Output Variable to store the result collection.
You can specify the same collection as in Target collection. The Target collection will be overwritten in this case.

Remove item by index and save the result in the same collection:

Remove item by index and save the result to another collection:

Indexing of items in collection starts with 0.

Contents