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?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @SorenDP ,
Could you please try setting the condition tag as follows
<condition expr={"@leadEmail = '"+ctx.vars.email+"'"}/>
Views
Replies
Total Likes
Hi @SorenDP ,
Could you please try setting the condition tag as follows
<condition expr={"@leadEmail = '"+ctx.vars.email+"'"}/>
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies