Add To Collection
Description
This activity allows you to remove item in a specified collection
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Collection | In(ICollection<T>) | The collection from which to remove the Item. |
Item | In(TypeArgument) | The item to remove from the specified Collection. | |
Result | Out(Boolean) | The result after removing item from existing data. | |
TypeArgument | In(TypeArgument) | The type argument of the collection and the item you want to remove. You can select different options based on the Data type of the collection you use |