Remove From List Action
Remove From List Action removes one or more items from a list at a specified position or matching a condition. It is commonly used to filter data, process items sequentially, or clean up lists during workflow execution.
Appearance
In Talos, Remove From List Action appears as a rectangular node with a remove/list icon, indicating list manipulation. It shows the item and the list that will be modified.
Properties
As all Actions, Remove From List Action has a few unique properties that are essential for it's functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Remove ByEnum
How to identify items to remove. Enums: Value, Index
IndexString
The zero-based index of the item to remove.
ValueString
The value to remove from the list.
ListString
The list to remove items from.