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