Remove Item from Collection
Remove Item from Collection
Add action
Use context menu or action toolbox to add Remove Item from Collection action to workflow scheme.
- Click on the area with (
) icon on the scheme and:
- Select category Operations;
- Choose Remove Item from Collection.
- Select category Operations;
- Drag and drop Remove Item from Collection action to the area with (
) icon on the workflow scheme.
Configure action
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.
Action properties
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. |
Examples
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.