Take
This Flow Script tutorial explains how to use the Take function with syntax and examples.
Last updated
Was this helpful?
Was this helpful?
Take(colors, 2)
Result: Id: C1, Color: red & Id: C2, Color: green
Take([col: "A"] & [col: "B"] & [col: "C"], 2)
Result: [col: "A"] & [col: "B"]