📄️ Add to Collection
The "Add To Collection" activity in AutomatR facilitates the dynamic building of collections by adding elements to an existing collection. This is useful when you need to create, modify, or extend lists, arrays, or other collection types during the course of your automation workflow.
📄️ Clear Collection
The "Clear Collection" activity in AutomatR is designed to remove all elements from a collection, effectively resetting it to an empty state. This is useful when you need to clear the contents of a list, array, or other collection types during the course of your automation workflow.
📄️ Exists in Collection
The "Exists In Collection" activity in AutomatR allows you to check whether a specified item exists within a collection. This activity is valuable for validating the presence or absence of a particular element in lists, arrays, or other collection types during your automation workflow.
📄️ 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.