I have an Accounts form that creates an activity, when the activity is "Marked as complete", I want to update the original record using REST. The problem is, if I take the GUID of the Activity, it is as follows:
ActivityID = 79D23FF2-DA46-E311-A99D-D89D6763FC38. I can't find a match in the record I am trying to Update. The referencing GUID is the Account GUID in the activity form that points to the Account I am trying to update.
The Account GUID it is referencing is: de8c8a64-b844-e311-a99d-d89d6763fc38
How do I go about doing this?