hi all,
I am reading the value of variable
vars.value1 in alert activity
this vars.value1 is coming from Javascript activity placed before alert activity
like javascripti actiovty==>Alert activity
this value <%=vars.value1%> has some values whuch its displaying in alert activity as output when
we receieve alert email..
my ask is if value of vars.value1 is coming as 0
from javascript activity
then I would like to do if else statement
if vars.value1=0
then print no records found
need help here how can i add if else in alert activity
please help
need help with syntax
if vars.value1 is greater than 0 than print
<%=vars.value1%>
(this case i am able to achieve)
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
You should this if else testing in the JS activity and save it to
vars.value1... so what ever is the result of that test will be rendered in the alert.
Views
Replies
Total Likes
You should this if else testing in the JS activity and save it to
vars.value1... so what ever is the result of that test will be rendered in the alert.
Views
Replies
Total Likes