Slide 12
Slide 12 text
Design: Power Apps functions
ShowColumn function
ShowColumns(Table, ColumnName1 [, ColumnName2, ... ] )
ShowColumns(Customer, CustomerName, CustomerID)
Lookup function
Lookup(Table, ColumnName=“Value”)
Lookup(Customer, CustomerID=ThisItem.CustomerID,
CustomerName
Note: Lookup function joins data to show a value based on a
key