Add To Collection
Description
This activity allows you to add items to an existing collection.
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Collection | In(ICollection<T>) | The collection that receives the new item. |
Item | In(TypeArgument) | Item you want to add to the collection | |
TypeArgument | In(TypeArgument) | The type argument of the collection and the item you want to add. You can select different options based on the data type of the collection you use. Notes: Once the TypeArgument is set, the Item and Collection properties variable type will automatically updated accordingly and will only accept said variable type asinput. |