GOGETMUSCLE Community Manipulate CRM Data using JS in Module

Manipulate CRM Data using JS in Module

Hi everyone,


I’ve been using HubSpot for a while now and recently encountered an issue while trying to import CRM object data in the frontend. Previously, I could fetch CRM object data like this:


{{ % set crm_data = crm_objects(“cars”, 10, “hs_object_id, name, brand, model”) % }}
{{ % set all_crm_cars = crm_data.results % }}



const allCars = {{ all_crm_cars|tojson }};




However, I’m currently facing the following error when attempting the same:


java.lang.StackOverflowErrorOriginating Exception: StackOverflowError


Has there been any recent changes in the HubSpot platform regarding the way CRM object data is imported to the frontend? I’m wondering if this error is related to some update or change that I may have missed.


Any advice or insights would be greatly appreciated!


Thanks in advance!




Leave a Reply

Your email address will not be published.

Related Post