Hi @Anonymous ,
Could you share the date type of fields?
If the field is Choices, Set the following code to Update property of data card.
LookUp(Choices('SP list'.ChoicesColumn), Value=Combobox.Selected.Value)
If the field is LookUp:
{
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: Combobox.Selected.Id
Value: Combobox.Selected.Value
}
If the field is Person:
{
Claims:"i:0#.f|membership|" & Combobox.Selected.Email,
Department:"",
DisplayName: "",
Email: "",
JobTitle:"",
Picture:""
}
If these doesn't make sense, please share more information with the field types.
Best regards,
Sik