FirstOrEmpty
This Flow Script tutorial explains how to use the FirstOrEmpty function with syntax and examples.
Last updated
Was this helpful?
Was this helpful?
FirstOrEmpty(colors)
Result: Id: C1, Color: red - as Record
FirstOrEmpty(emptyTable)
Result: Id: "",Color: "" - as Record
FirstOrEmpty( table(a, b))
Result: [a: "", b: ""] - as Record