My comment was more about the initial variable (see the first message of this discussion) which was this: {% set address_lines = format_address(...read more
Hi @Anton , Why would your example work? address_lines is a list of strings, not a list of objects. Or I'm missing something. Your example ...read more
Hi, Unfortunately, you have no way to change this, because it's pre-formatted precisely to respect formatting conventions. If I were you, I would...read more
Hello, I want to know how we can customize the cookies tab like in this screenshot : With an app I want to deactivate the Hubspot native consent banner. Do you know how doing that (no info in the official doc)? Thanks a lot.