G
GMarkham
Hello,
I'm trying to create an if/then merge based on the following logic...
If Condition A = true, output "• <string A>", else check for Conditio
B
If Condition B = true, output "• <string B>", else check for Conditio
C
If Condition C = true, output "• <string C>", else check for Conditio
D
If Condition D = true, output "• <string D>", else end
So, in the case of all conditions being true, the output would look lik
this:
• <string A>
• <string B>
• <string C>
• <string D>
Whereas if just Condition B & D were true, it would look like:
• <string B>
• <string D>
However, it's coming out as follows:
•
• <string B>
•
• <string D>
How do I properly structure the merge fields to get this to output th
way I want?
Many thanks,
Gre
I'm trying to create an if/then merge based on the following logic...
If Condition A = true, output "• <string A>", else check for Conditio
B
If Condition B = true, output "• <string B>", else check for Conditio
C
If Condition C = true, output "• <string C>", else check for Conditio
D
If Condition D = true, output "• <string D>", else end
So, in the case of all conditions being true, the output would look lik
this:
• <string A>
• <string B>
• <string C>
• <string D>
Whereas if just Condition B & D were true, it would look like:
• <string B>
• <string D>
However, it's coming out as follows:
•
• <string B>
•
• <string D>
How do I properly structure the merge fields to get this to output th
way I want?
Many thanks,
Gre