Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

donrgal
donrgal
Online

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by donrgal
Customize the badges you want to showcase on your profile
Re: How to use operator "AND" in a conditional statement - Adobe Campaign Standard 06-07-2021
After further investigation, it seems that the expression for picking up the empty data isn't working. For example:Code:<% if (recipient.phone== "") {%> Phone = IS empty: [Mobile] [Phone] <% } else { %> Phone IS NOT = empty [Mobile] [Phone] <% } %> Result:Data:Phone: 9000 000Mobile: 040000000Data:Phone:Mobile: 040000000Phone IS NOT = empty0400000009000 000Phone IS NOT = empty040000000 Any thoughts?

Views

311

Likes

0

Replies

0
How to use operator "AND" in a conditional statement - Adobe Campaign Standard 05-07-2021
Hi there, I can't seem to find anything for an && condition. I have used an "OR" for now - but this won't work the condition that I need: Landing page code snippet: <% if (recipient.mobilePhone== "" || recipient.phone== "" ) {%> [Mobile] [Phone]. <% } else { %> [Mobile] or [Phone]. <% } %>

Views

339

Likes

0

Replies

4