Build Collection
- An activity to build a collection .
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Collection (InArgument<IEnumerable<SelectedDatatype>>) – Gets or sets the source collection.
- Result (OutArgument<Collection<SelectedDatatype>) – Gives a collection as output.
- Values (ICollection<InArgument<SelectedDatatype>) – Gets the set of values to add to the collection.
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose lev
Example
- Create a new Process and then click on Manage Packages. Now search for Activities in search bar. Install this package and click Save.
- Drag Build Collection activity to the workflow area. Fill in the different properties of the activity. Initialize a Collection and pass it into the Collection property of the activity. Take output in Result variable.