PowerQuery
Home
Blog
Functions
Patterns
Showcases
← Back to Record functions
Record.ToList
This function retrieves a list of values that includes the field values from the input record.
Syntax
Record.ToList(record as record) as list
About
This function retrieves a list of values that includes the field values from the input record.
Explanation
Retrieve the values of the fields from a record. Procedure: Use Power Query function MRecord.ToList() with specified field values. Result: {1, 2, 3}