Hi,
I am struggling to complete the action "Add a new row" with the Dataverse table "Attachment". I am receiving a BadRequest error message. Below is the JSON structure:
{
"host": {
"connectionReferenceName": "shared_commondataserviceforapps",
"operationId": "CreateRecord"
},
"parameters": {
"entityName": "activitymimeattachments",
"item/attachmentid@odata.bind": null,
"item/objecttypecode": "email",
"item/objectid_email@odata.bind": "emails(d2de9de9-a8cc-f011-bbd3-00224829a995)",
"item/body": {
"$content-type": "application/octet-stream",
"$content": ********
},
"item/filename": "RALREF05205 - image001.png",
"item/mimetype": "image/png",
"item/subject": "RALREF05205 - image001.png"
}
}
I don't know what is wrong. I am followed all instructions, but I am missing a detail. I think am failing with item/objectid_email@odata.bind": "emails(d2de9de9-a8cc-f011-bbd3-00224829a995).
Can you help me?
Thanks,