Skip to content

Commit 23b58ba

Browse files
authored
Update linked-audiences-iterable.md
1 parent 5681fe4 commit 23b58ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following helps translate you payload data into Handlebars syntax:
114114
* Use the following Handelbars syntax: <code>{% raw %}{{event_property_name}}{% endraw %}</code>
115115
* An example of this property might look like: <code>{% raw %}{{first_name}}{% endraw %}</code>
116116
* To reference nested event properties within an Array:
117-
* Use the following Handlebars syntax: <code>{% raw %}{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name }}{% endraw %}</code>
117+
* Use the following Handlebars syntax: <code>{% raw %}{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name}}{% endraw %}</code>
118118
* An example of this property might look like: <code>{% raw %}{{shopping_cart__products[0].product_name}}{% endraw %}</code>
119119

120120
You can read more on how to reference [event properties](https://support.iterable.com/hc/en-us/articles/205480365-Personalizing-Templates-with-Handlebars#referencing-user-profile-and-event-fields-with-handlebars){:target="_blank"} and [nested properties](https://support.iterable.com/hc/en-us/articles/360031118392-Handlebars-FAQ#how-do-i-reference-items-in-a-nested-object){:target="_blank"} in Handlebars.
@@ -163,7 +163,6 @@ When an email is sent, it lists all of the products and their related prices in
163163
This is an example of what your email using HTML and [Handlebars syntax](https://support.iterable.com/hc/en-us/articles/205480365-Personalizing-Templates-with-Handlebars){:target="_blank"} might look like in Iterable:
164164

165165
{% raw %}
166-
167166
```html
168167
Hi {{first_name}},
169168
<br />
@@ -185,6 +184,5 @@ We noticed you added some items to your shopping cart. Here's what you left: <br
185184
{{/each}}
186185

187186
Quick, now is your chance to own these items before they sell out!
188-
189187
```
190188
{% endraw %}

0 commit comments

Comments
 (0)