Hi to all. I use Copilot Studio for creating a custom copilot. At the escalation topic I use the create contact. Unfortunatelly the organization where the requester belongs can be updated only through Contact Custom Fields.
Because the Organization field in contacts is lookup can you help me to update the field?
If I create the JSON of the Field as:
{
"Organization": @{variables('OrganizationID')}
}
Or
{
"Organization": {
"__metadata": {
"type": "Collection(Edm.Int32)"
},
"results": [
@{variables('OrganizationID')}
]
}
}
I get Error.
I appreciate your help