Case ( when @email in ('value'), 'null'),else ('others')) | Community
Skip to main content
New Participant
February 8, 2024
Solved

Case ( when @email in ('value'), 'null'),else ('others'))

  • February 8, 2024
  • 2 replies
  • 757 views

I don't know what error i did, it says client console error I need to know to do email convert to blank

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ParthaSarathy

Hi @akash24 ,

Iif(@email='test@test.com','',@email )

The above expression will convert all the profiles who has email as test@test.com and convert it to blank and other profiles will be having same email address as output.

2 replies

ParthaSarathy
ParthaSarathyAccepted solution
New Participant
February 9, 2024

Hi @akash24 ,

Iif(@email='test@test.com','',@email )

The above expression will convert all the profiles who has email as test@test.com and convert it to blank and other profiles will be having same email address as output.

 ~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups
SatheeskannaK
New Participant
February 8, 2024

@akash24 Can you provide more detail on what you're trying to achieve here? If possible share the screenshot from ACS.

Thanks, Sathees