Skip
This Flow Script tutorial explains how to use the Skip function with syntax and examples.
Last updated
Was this helpful?
Was this helpful?
Skip(colors, 2)
Result: Id: C3, Color: yellow & Id: C4, Color: blue
Skip([col: "A"] & [col: "B"] & [col: "C"], 1)
Result: <[col: "B"] & [col: "C"]>