Patch(
Desktop_Screen,
Defaults(Desktop_Screen),
{
EmployeeCode: {
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: ComboboxCanvas1.Selected.ID,
Value: ComboboxCanvas1.Selected.Title
},
'Employee Name': LookUp(
inventorydata,
Title = ComboboxCanvas1.Selected.Title,
EmployeeName
),
Department: LookUp(
inventorydata,
ComboboxCanvas1.Selected.Title in Title,
Department
),
'EmployeeCode: Location': {
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: ComboboxCanvas1.Selected.ID,
Value: ComboboxCanvas1.Selected.Location
},
Title: DataCardValue1.Value,
ModelNumer: DataCardValue3.Value,
SerialNumber: DataCardValue4.Value,
HardDisk: DataCardValue5.Value,
RAM: DataCardValue11.Value,
Configuration: DataCardValue12.Value,
LEDModelNo: DataCardValue13.Value,
LEDSerialNo: DataCardValue14.Value,
Vendor: DataCardValue15.Value,
Status: DataCardValue16.Value,
DateofPurchased: DataCardValue17.SelectedDate,
IssuedDate: DataCardValue18.SelectedDate,
Value: Value(DataCardValue19.Value)
}
) i have facing same issue as i have created a collection inventory data which i used to filter my employee code and based on that i called my employee name , department ,location based on the filtration please help me to resolve this column