1

Can I use handlebars in Content Builder to pull personalization data from multiple data extensions?

Example: {{Contacts.Attributes.DataExtension.Field}}

Or does this only work on the backend working with JSON.

1 Answer 1

1

You can use it with Guided Template Language. If you just want to access personalisation within the send data extension, eg first name, you could use {{first name}}

2
  • Thanks unfortunately I am pulling from a separate data extension, I am curretrnly using Amp script. How do I go about displaying the lookup Value? Here is what I got %%[ VAR @var, @this SET @this = [Subscriber_Key] SET @var = Lookup ("leads", "favorite_car", "Subscriber_Key, @this) ]%% Commented Jun 20, 2018 at 21:47
  • You have set the value as @var. You can display that value with %%=v(@var)=%% Commented Jun 21, 2018 at 1:36

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.