List.Alternate
Syntax List.Alternate(list as list, count as number, optional repeatInterval as nullable number, optional offset as nullable number) as list Description Returns a list comprised of all the odd numbered offset elements in a list. Alternates between taking and skipping values from the list list depending… Read More »List.Alternate