Skip to main content

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.

NameDescription
Misc
CollectionSpecifies the target collection from which you want to remove the item. Supports a variable of type List, Array, or other collection types.
Display NameThis property allows you to customize the display name of the activity within the workflow.
ItemSpecifies the element or value that you want to remove from the collection. Supports a variable of any data type.
ResultCaptures the result of the "Remove From Collection" operation, indicating whether the removal was successful. Supports a boolean variable.
Type ArgumentDefines 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.