Let's say I have three personalisation points and I want the third one to run only if one of the columns from the first and two is empty
How can I do it?
Yeah so basically there are two personalisation trigger
Let's say 1st got the data and 2nd didn't then it should run
And if both data are present then it should not run
Enter this prompt: If "email" is not blank AND
"personalization1" is not blank AND
"personalization2" is blank OR
If "email" is not blank AND
"personalization1" is blank AND
"personalization2" is NOT blank