Record.FieldNames
Returns the names of the fields.
function (record
as record) as list
Returns the names of the fields in the record
record
as text.Record.Selection
Find the names of the fields in the record.
Record.FieldNames([OrderID = 1, CustomerID = 1, Item = "Fishing rod", Price = 100.0])
{"OrderID","CustomerID", "Item", "Price"}
Last modified 4yr ago