Contains
The Contains node is used to check if an array consist of some value
Properties Panel
General
Field | Description | Required |
---|---|---|
Node name | true | |
Variable name | Name of array where you need to check | true |
Value | Value to be checked | true |
Returns
result
- The result of the Contains node at runtime. You can access this using Magical Autocomplete (eg. $.<node_name>.result
) in any node below this node
Last updated