Action group: Collections
The action removes the elements of the specified collection from the list.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Main list | List for processing. | Robin.Collection | Yes | |
Second list | The list of removed elements | Robin.Collection | Yes |
None.
There is a variable "Collection 1" with values:
and the variable "Collection 2" with values:
It is required to delete values in "Collection 1" that are contained in "Collection 2". Next, get the value at index "0" from "Collection 1" and display it in the dialog box.
Use the "Remove elements of a collection", "Get value by index" and "Show message" actions.
The robot completed successfully.
The items in "Collection 2" have been deleted from "Collection 1". The remaining value in "Collection 1" is displayed in the dialog box.