I don't know what error i did, it says client console error I need to know to do email convert to blank
Solved! Go to Solution.
Views
Replies
Total Likes
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.
@Akash24 Can you provide more detail on what you're trying to achieve here? If possible share the screenshot from ACS.
Views
Replies
Total Likes
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.