Slice Array

Reference documentation for using the Is Slice array expression

Written By Ben Lehmann

Last updated 8 months ago

Purpose

Return a subset of the Array based on Start & End Values

Parameters

One array value, two number values

Returns

Array

Description

The expression returns a new array with a subset of the array items, based on the array set in the Array field. The expression will select from item at the index specified in the Start Index field, and continue up to to the End Index field.

Comments

  • Only Array types can be tested with this expression. Using non-array types will produce an error.

  • Start Index is required for this expression. Failing to fill out the Start Index will produce and error.

  • End Index is not required for this expression, Failing to fill out the End Index will include all the remaining entries in the array.

  • Providing a value for the End Index field will not include the end index’s value from the array in its return.


v3.0