Remove From Collection
The "Remove From Collection" activity in AutomatR enables you to remove a specified item from a collection, allowing for dynamic modification of lists, arrays, or other collection types during your automation workflow.
Name | Description |
---|---|
Misc | |
Collection | Specifies the target collection from which you want to remove the item. Supports a variable of type List , Array , or other collection types. |
Display Name | This property allows you to customize the display name of the activity within the workflow. |
Item | Specifies the element or value that you want to remove from the collection. Supports a variable of any data type. |
Result | Captures the result of the "Remove From Collection" operation, indicating whether the removal was successful. Supports a boolean variable. |
Type Argument | Defines the data type of the elements in the collection. Options include Boolean, Int32, String, Object, Array of Types, and Browse for Types (allowing the user to select a .NET Type from the browse list). |
Effectively configuring these properties allows you to dynamically manage the contents of a collection by removing specific items, enhancing the flexibility and adaptability of your AutomatR automation processes.