Skip to content

Commit edda453

Browse files
committed
turning table into a bulleted list [netlify-build]
1 parent ef92210 commit edda453

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

src/engage/audiences/linked-audiences-braze.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,14 @@ The following is an example of what your payload data might look like with neste
119119
}
120120
```
121121

122-
The following table helps translate your payload data into Liquid syntax:
123-
124-
<table>
125-
<tr>
126-
<th style="width:10%">Reference Data Definition</th>
127-
<th style="width:60%">Liquid Syntax</th>
128-
<th style="width:30%">Example Properties</th>
129-
</tr>
130-
<tr>
131-
<td style="width:10%">Reference a specific event property</td>
132-
<td style="width:60%"><samp>{% raw %}{{event_properties.event_property_name}}{% endraw %}</samp></td>
133-
<td style="width:30%"><samp>{% raw %}{{event_properties.first_name}}{% endraw %}</samp></td>
134-
</tr>
135-
<tr>
136-
<td style="width:10%">Reference nested event properties within an Array</td>
137-
<td style="width:60%"><samp>{% raw %}{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name }}{% endraw %}</samp></td>
138-
<td style="width:30%"><samp>{% raw %}{{event_properties.shopping_cart__products[0].product_name}}{% endraw %}</samp></td>
139-
</tr>
140-
</table>
122+
The following helps translate your payload data into Liquid syntax:
123+
124+
To reference a specific event property:
125+
- Use the following liquid syntax: `{{event_properties.event_property_name}}`
126+
- An example of this property might look like: `{{event_properties.first_name}}`
127+
- To reference nested event properties within an Array:
128+
- Use the following liquid syntax: `{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name }}`
129+
- An example of this property might look like: `{{event_properties.shopping_cart__products[0].product_name}}`
141130

142131
### Basic Email Example
143132

0 commit comments

Comments
 (0)