The PowerApps LookUp() function can contain two or three arguments and needs somekind of matching criteria.
LookUp(dataSource, column = value)
returns the first record that matches the criteria
LookUp(dataSource, column1 = value, column2)
returns a single column (column2
) in the first record that matches the criteria.
You likely don't need the Sharepoint "Lookup-type" column once you get the hang of the PowerApps LookUp() function. (in fact, with Sharepoint as a data source, I NEVER use complex column types except for people-type).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…