Hello,
I’m trying to display a Product Lead property in a custom module used in emails, but the default value is always shown instead of the actual property value.
The property (trial_days_left) appears correctly on the Product Lead record in HubSpot, but it doesn’t seem to be pulled into the module when the email is rendered.
I’ve tried both of the following options:
{{ product_lead.trial_days_left | default(“X”) }}
{{ personalization_token(‘p403167_product_trials.trial_days_left’, ‘X’) }}
But both return only the default “X”.
Can you help me understand why the property isn’t resolving in the module?
Is this due to the property being a calculated field, or a limitation with Product Lead personalization in email modules?
Thanks a lot for your help!