I noticed that the new "Contact Recently Created or Updated" event in the HubSpot app parses the Contact ID incorrectly. Instead of the expected format (e.g. 24351701
), it returns values like 24351701_2025-02-06T07:48:11.122Z
.
Previously, I used the "New Contact Property Change" event, which correctly parsed the Contact ID (24351701
), but it doesn’t serve the same purpose since it only triggers on property updates.
Just wanted to check if this is a bug or an intended change?