Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
Hi @SorenDP ,Could you please try setting the condition tag as follows
<condition expr={"@leadEmail = '"+ctx.vars.email+"'"}/>
View solution in original post
Views
Likes
Replies