Hello, Im completely stuck on this. I have a simple powerapps form i made with SharePoint. The new form has fields such as choice, people picker, text field, dates, etc. I have formatted them all according the MSFT Standard. Yet in the end, I get an exception which i have no i dea what its saying.
Patch(Proposals, Defaults(Proposals),{Title:DataCardValue1_1.Text,UID:DataCardValue72.Text,Solicitation_x0020_Number:DataCardValue71.Text,Stage:{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id:1,
Value:DataCardValue86.Selected.Value},
VT_x0020_Role:{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id:1,
Value:VTRole.Selected.Value
},
Final_x0020_RFP_x0020_Date:DataCardValue73.SelectedDate,Proposal_x0020_Due_x0020_Date:DataCardValue74.SelectedDate,
Strategic_x0020_Business_x0020_U:{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id:1,
Value:BusinessUnit.Selected.Value
},
Capture_x0020_Lead:{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims:"i:0#f|membership|" & Lower(CaptureLead.Selected.Email),
Department:"",
DisplayName:CaptureLead.Selected.Email,
JobTitle:"",
Picture:"",
Email:CaptureLead.Selected.Email},
Proposal_x0020_Manager:{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims:"i:0#f|membership|" & Lower(ProposalManager.Selected.Email),
Department:"",
DisplayName:ProposalManager.Selected.Email,
JobTitle:"",
Picture:"",
Email:ProposalManager.Selected.Email},
Pricing_x0020_Lead:{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims:"i:0#f|membership|" & Lower(PricingLead.Selected.Email),
Department:"",
DisplayName:PricingLead.Selected.Email,
JobTitle:"",
Picture:"",
Email:PricingLead.Selected.Email}
})