Is it possible to include a Merge Field(?) into some areas of Butler's automation?
In this case, when a user archives a property (card), I'd like to receive an email that includes the contents of the Property custom field. If that's not possible, how about the name of the card?
Hi Ken, welcome to the Atlassian Community!
I hope you're enjoying Trello!
If I understood correctly, you're looking for a variable for Custom Fields. You can use this format to get the data from the custom field: {{%Field Name}}
This article has more details about using Custom Fields in rules: https://support.atlassian.com/trello/docs/working-with-custom-fields/
To get the card's name, you can use {cardname}. You can see all the variables here: https://support.atlassian.com/trello/docs/butler-variables/
Let me know if this is the info you need!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.