Skip to content

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

  1. Set List to Inventory.
  2. Add required values to Items.
  3. Route success/fail with True Event and False Event.