Avatar

Level 2

I'm hoping this is the right place to ask this question. We have adobe campaign version 6.1.1

I've built a workflow that creates a segment for an email. The segment uses an enrichment step to get join some data from another step.

This all works fine and when I "Display the target" coming out of the enrichment step I can see the data that I am expecting.

When I add this data to an email template and try to preview it, I get the following error:

PGS-220000 PostgreSQL error: ERROR: relation "wkf321272887_enrich" does not exist LINE 1: ...

The html syntax I have tried is

<%= recipient.targetData.field1 %>

and

<%= targetData.field1 %>

I added them using this selector:

1626047_pastedImage_0.png

So this understands that these fields exist upstream, its just when I go to preview that it can't seem to pull them through. Is there another way I should be previewing emails when enriching data?

Thanks