how to fill in custom fields Country with various user input dynamic Country name in Description when the user using "Email-to-board" function
format is stable
Country: {dynamic countryname }
Hi Tammy,
Thanks for reaching out!
You can achieve this by using wildcards. You can read more about that here: https://support.atlassian.com/trello/docs/pattern-matching-and-wildcards/.
Here's an example command you'll want to create:
In this example, the wildcard {* } will match a text until a blank space or the end of the text, and in your case, that's "Country: Philippines".
You could also change the trigger to "when a card with description...is emailed to the board".
Let me know how that goes,
LaraThe Trello Team