Skip to content
On this page

Add To Collection

Description

This activity allows you to add items to an existing collection.

Properties

CategoryPropertyTypeDescription
MiscCollectionIn(ICollection<T>)The collection that receives the new item.
ItemIn(TypeArgument)Item you want to add to the collection
TypeArgumentIn(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.

A product of IRTech Company