Hello! When I move a card from one board to another, I want a new description template but I don't want to lose the text in the description from the previous board.
For example: 1st board is for mortgage pre-approvals, 2nd board is when the loan goes in process. I want to add a template for the loan officer to fill in when the loan goes in process, but not lose our notes from the pre-approval. So I want the notes to go to bottom of new description or into the comments.
If all you want is to keep the entire pre-approval description, just create the rule:
when a card is moved into this board, set the card's description to "TemplateInfoHere PreApproval: {carddescription}"
You can check out other useful variables here
----
If you want to scrap everything in the PreApproval description except the Notes at the very end of the description, create this rule instead:
when a card with a description containing "Notes {*}" is moved into the board, set the card's description to "TemplateInfoher Pre-Approval Notes: {wildcard1}"
You can fiddle around with wildcards with some slow reading here as well
If Notes is not at the end of the description, you'd have to somehow denote where it needs to read up to, ie filtering for descriptions containing "Notes (*)NextHeader"
Mind, this supposes it can always find a Notes portion of the description and fails entirely if it got deleted or something.
Thank you!!!!!!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.