Record.SelectFields
The function retrieves a new data entry that includes specific fields chosen from the original data entry. The sequence of the fields remains the same as in the original data entry.
Record.SelectFields(record as record, fields as any, optional missingField as nullable number) as record
The function retrieves a new data entry that includes specific fields chosen from the original data entry. The sequence of the fields remains the same as in the original data entry.