Array Take Every
Returns every ‘nth’ element from the start of a list.
Properties
Array: Location of the list to take from
nth: The nth index. E.g ‘2’ will return value from index 0, 2, 4, etc
Output
Output-location: Location to store the output data