Training
Module
Author a basic formula that uses tables and records in a Power Apps canvas app - Training
Learn how to author a basic formula that uses tables and records in a Power Apps canvas app.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Table.SingleRow(table as table) as record
Returns the single row in the one row table
. If the table
does not contain exactly one row, an error is raised.
Return the single row in the table.
Usage
Table.SingleRow(Table.FromRecords({[CustomerID = 1, Name = "Bob", Phone = "123-4567"]}))
Output
[CustomerID = 1, Name = "Bob", Phone = "123-4567"]
Training
Module
Author a basic formula that uses tables and records in a Power Apps canvas app - Training
Learn how to author a basic formula that uses tables and records in a Power Apps canvas app.
Documentation
Learn more about: Table.ToRows
Table.PositionOf - PowerQuery M
Learn more about: Table.PositionOf
Table.ToRecords - PowerQuery M
Learn more about: Table.ToRecords