List Includes

Checks if a list includes a particular value.

Check whether a list includes a particular value.

Action Inputs

NameTypeDescription
ListListThe list to check
ValueObjectThe value to check against.

Action Outputs

NameTypeDescription
IncludesBooleanWhether or not the list includes the specified value
SuccessBooleanWhether or not the action executed successfully