Please could you tell me what is wrong with this string I am using in automation rule:
when a card is moved into list "{*}", send an email notification to "xx@gmail.com" with subject "Card \"{cardname}\" was moved from \"{cardpreviouslistname}\" to\" {cardlistname}.\"" and message "Message"
I want the e-mail header to read "Card X was moved from list [Y] to List [Z].
Please help.
Try removing all the \" for all the card variables. It should look something like
"your text {cardname} more text {cardlistname} etc etc"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.