Attempting to create a Trello rule to post a Custom Field date to Slack. Not sure what to append to the variable {customfieldvalue} to get it to spit out just the DD/MM. Is this possible without a plugin?
Fixed: using Moment.js formatting, I was able to use {customfieldvalue~DoMMM} to format as desired. Moment.js | Docs (momentjs.com)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.