


Hi there! I have made a javascript that is searching for recipients by an email value grabbed from a parameter in the url.
I have this so far:
But it is failing because it can not read the value of the value <%=ctx.vars.email%>.
Any pointer into how this can be achieved? 🙂
Views
Replies
Sign in to like this content
Total Likes
Hi @SorenDahk ,
Could you please try setting the condition tag as follows
<condition expr={"@leadEmail = '"+ctx.vars.email+"'"}/>
Views
Replies
Sign in to like this content
Total Likes
Hi @SorenDahk ,
Could you please try setting the condition tag as follows
<condition expr={"@leadEmail = '"+ctx.vars.email+"'"}/>
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes