List Includes
Check whether a list includes a particular value.
Action Inputs
| Name | Type | Description |
|---|---|---|
| List | List | The list to check |
| Value | Object | The value to check against. |
Action Outputs
| Name | Type | Description |
|---|---|---|
| Includes | Boolean | Whether or not the list includes the specified value |
| Success | Boolean | Whether or not the action executed successfully |
Updated 7 months ago