Check List Contains All
Checks whether a list contains all items in a given set.
Parameters
| Parameter | Description |
|---|---|
| List | The list variable to check. |
| Items | The values that must all exist in the list. |
| True Event | Sent when every item is found. |
| False Event | Sent when one or more items are missing. |
| Store Result | Optional bool to store the test result. |
Items must match the list type.
Example
- Set List to
Inventory. - Add required values to Items.
- Route success/fail with True Event and False Event.