Hi 🙂 I'm wondering if anyone might have any ideas on a workaround for a problem i'm having?
I have a custom card that pushes and pulls data from a third party app.
When something is sent, it makes an API call and sends the objectID of the contact you are on, as a parameter.
There is another card which then 'searches' the third party app and pull back items sent with that same objectID per card. Some items are draft, live, completed and such.
However, now that merging contacts creates a whole new objectID, this opens me up to a problem. Is there any other way I send and retrieve data from a third party with a static unique identifier, which is not the objectID? Once a contact is merged, my card is no longer finding the right items.
Edited to add - I mean recordID, but I am referring to it as hsobjectID in my code, just to clear that up sorry.