Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

target data is not undefined

Avatar

Level 9

I have a reoccurring delivery in ACS and the workflow runs fine, when I try to test previews I get the context.target data is undefined message.

 

I checked the html line number from the error message, the html code is as below,

 

<div class="acr-fragment acr-component nl-dce-if" data-component-id="html" data-nl-expr="context.targetData.GENERIC06 === &amp;#39;Y&amp;#39;" data-nl-condition-type="single" contenteditable="true">
<table width="600" cellspacing="0" cellpadding="0" border="0" align="center">

 

 

wondering what is missing in my workflow?

 

Can someone please help.

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@mmbb110  Below part seems to be incorrect in your email:

data-nl-expr="context.targetData.GENERIC06 === &amp;#39;Y&amp;#39;"

How did you add this condition? Were there any manual changes done in source?

View solution in original post

6 Replies

Avatar

Correct answer by
Employee Advisor

@mmbb110  Below part seems to be incorrect in your email:

data-nl-expr="context.targetData.GENERIC06 === &amp;#39;Y&amp;#39;"

How did you add this condition? Were there any manual changes done in source?

Avatar

Level 9
I think it is copied over from another message, I found it odd too.

Avatar

Employee Advisor
@mmbb110 So if it is not needed you can remove it and then try again

Avatar

Administrator

Hi @mmbb110,

Were you able to resolve this query with the given solution or do you still need help with it? Do let us know.

Thanks!



Sukrity Wadhwa

Avatar

Level 9
I Don't know from where that code came, I removed it as it had no reference in the workflow and everything works out fine.