Check List Contains
Checks whether a list contains a specific item.
Parameters
| Parameter | Description |
|---|---|
| List | The list variable to check. |
| Item | The value to look for. |
| True Event | Sent when the item is found. |
| False Event | Sent when the item is not found. |
| Store Result | Optional bool to store the test result. |
Item must be the same type as the selected list.
Example
- Set List to
CollectedKeys. - Set Item to
GoldenKey. - Send
HasKeyon True Event.