Add To Collection
Description
This activity allows you to check whether the item exists in a collection or not.
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Collection | In(ICollection<T>) | The collection in which to check if the item exists. |
Item | In(TypeArgument) | The item whose existence is to be checked in the Collection | |
Result | Out(Boolean) | A value that indicates whether the specified item exists in the collection. | |
TypeArgument | In(TypeArgument) | The type argument of the collection and the item you want to check for existence. You can select different options based on the Data type of the collection you use. |