In the stream selector, can we specify more than on condition in one stream?
I have one more question not related to stream selector. How can we add line breaks in the email body field in the email executor?
In the stream selector, can we specify more than on condition in one stream?
I have one more question not related to stream selector. How can we add line breaks in the email body field in the email executor?
Best answer by Srinivasan Sankar
Hi
Example:
${record:value("/AGE") > 40 && record:value("/POSTALCODE") == 6000}
You could use and (&&), or (||) to concatenate more than one condition.
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.