show / hide menu

Sub Activity – Collection

The Collection activity has the following sub activities:

  1. Add Items: This activity is used to add an array of items to a specified collection.   
  2. Create Collection: This activity is used to create a new collection of an ArrayList data type.           
  3. Item Exists: This activity is used to check if the specified item exists in the collection or not. 
  4. Remove Items: This activity is used to delete an array of items from a collection.  

Activity NameCommonInputOutput
Add ItemsLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Collection – The variable that holds the collection items.

Items – Array of items added to the collection.
 
Create CollectionLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
 Collection – The variable that holds the collection items.
Item ExistsLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Collection – The variable that holds the collection items.

Items – Array of items added to the collection.
Exists – Boolean variables which indicate whether the item exists or not.
Remove ItemsLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Collection – The variable that holds the collection items.

Items – Array of items added to the collection.