Hi, first time with this scenario. I need to query products with a property that has double underscores and Hubspot use this to differentiate the property with the operator so it doesn’t work.
The property internal name is ip__ecomm_bridge__source_store_id
The code is the following:
{% set matched_products = crm_objects("product", "&ip__ecomm_bridge__source_store_id=Shop1", "name, ip__ecomm_bridge__source_store_id")%}
![]()
As you can see, it returns an error and I confirm it returns 0 results, so its not only a bug of the editor.
P.S: Changing the internal name of the property is not possible.
How can I make this work? Thanks!