Hi everyone. Not much help in the Hubl channel, so here I am.
In Hubl, the
crm_associations function is not working returning anything for the associations with the
listings object, an "activatable" object (that I do have active).
My issue — this is not returning anything:
{% set associated_listings = crm_associations(contact.hs_object_id, 'HUBSPOT_DEFINED', 883) %} It absolutely should, though. When I run the same association call against the API in Postman, I get the corresponding listing just as I see it in the UI. Seems like a simple fix for the product team if they need to be prompted on this — only requires including the same functionality that the API allows with the crm_associations function for this object.
Very frustrating, as the function works everywhere else I use it... just not for anything with the listings object.
Any help would be appreciated, even if that means putting me in touch with the right person.