The length task returns the number of elements in a given array. The return value is an unsigned, 32-bit integer that is always numerically greater than the highest index in the array. By unsigned, the value represents only non-negative integers.
Every failed login attempt on your device stores the username and timestamp in an array. Your company’s password attempt policy stipulates a maximum of three failed attempts within a specific timeframe. The length (array) task will provide the number of login attempts for subsequent workflow processing.
In the example shown below:
length (array) task is job and arr, respectively. As an option, you can toggle the Run Window slider to set the task to run on a schedule.


