List Includes
Checks if a list includes a particular value.
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 12 months ago