Hi
I have been trying to update an existing phone call record using the 'Update Existing Record' block in a Macro.
I have tried these 3 options and none of them seems to work for me:
Entity logical name: phonecall
Entity record ID: record guid (hardcoded)
Option1:
Attribute Name -1: to
Attribute Value -1: [{"id":"6a44a457-59b2-ef11-b8e9-0022480b2caf","entitytype":"account","name":"test account"}]
Option 2: Changed the record type as documentation mentions this in many places
Attribute Name -1: to
Attribute Value -1: [{"id":"6a44a457-59b2-ef11-b8e9-0022480b2caf","type":"account","name":"test account"}]
Option 2: using odata biding as some examples updating the regardingobjectid field use odata binding:
Attribute Name -1: phonecall_activity_parties
Attribute Value -1: [{"participationtypemask":2,"partyid_account@odata.bind":"/accounts(6a44a457-59b2-ef11-b8e9-0022480b2caf)"}]
None of them works for me. Can someone help what would be the correct notation to update either the 'To' or 'From' field of an existing phone call record?