?
take-every
Summary​
Takes items at a given position interval from an array
Description​
This action takes every nth element in an array, starting with the first element. The first element is always taken, unless nth is 0.
Fields​
array​
An array with items to be extracted.
nth​
The position interval for items to be taken. Must be a positive integer.
Helpful?