Record.FromList

Syntax

Record.FromList(list as list, fields as any) as record

Description

Returns a record given a list of field values and a set of fields. The fields can be specified either by a list of text values, or a record type. An error is thrown if the fields are not unique.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Record Functions / Record.FromList