How do I set the control character for the multicheck properties?

In HubSpot you have a multicheck property with different values. All values should be listed in the document.

With a multicheck property, you can decide how these values should be displayed in the document. To do this, add the formatting in brackets, e.g. [contact.property(ordredlist)]. 

You have the following options:

Description

Sample

Control characters

Ordered list

1.  Propriétaire 

2. Acheteur 

3. Intermédiaire  

[contact.role(orderedlist)] 

 

Un-ordered list with bullet points

·  Propriétaire 

·  Acheteur 

·  Intermédiaire  

[contact.role(unorderedlist)] 

 

Comma separated

Propriétaire, Acheteur, Intermédiaire 

[contact.role(commaseparated)]  

Space separated

Propriétaire Acheteur Intermédiaire  

[contact.role(spaceseparated)]  

Pipe separated

Propriétaire | Acheteur | Intermédiaire  

[contact.role(pipeseparated)]  

New line separated

Propriétaire 

Acheteur 

Intermédiaire  

[contact.role(newlineseparated)]  

Tab separated

Propriétaire   Acheteur            Intermédiaire  

[contact.role(tabseparated)] 

Custom separator, f.e. “-“

Propriétaire-Acheteur-Intermédiaire  

[contact.role(customseparator:-)]  

Custom separator, f.e. “A”

PropriétaireAAcheteurAIntermédiaire  

[contact.role(customseparator:A)]