?
starts-with
Summary​
Checks if an array starts with an expected set of values
Description​
This action is used to check if an array starts with a sequence of values. If you would like to simply check a single value, an array with one value can be provided.
Fields​
array​
An array with items.
value​
The array of values to check for at the beginning of the array.
Helpful?