Hi,
I am using Trello mirroring and have everything doing what i want except that i am unsure how to create an automation that when i move a card in 'Main Board' across lists, it will also move it in Board 2 or Board 3 also.
E.g.
Main Board - has all 4 lists and all cards - this serves as the central Board and has jobs for all contractors
Board 1 - Contractor 1 - cards that are specific to Contractor 1 are mirrored to Board 1
This has all 4 lists labelled the same as the Main board
Board 2 - Contractor 2 - cards that are specific to Contractor 2 are mirrored to Board 2
This has all 4 lists labelled the same as the Main board
I am in the 'Main Board' and move a card for 'Contractor 1' from List 1 to List 2
I would like the automation to find the card in any of the boards and move it from List 1 to List 2 which mirrors the change that i made in 'Main Board'
Any help would be greatly appreciated.
Your automation will look like this:
Trigger:
When a card is moved into list {*}
Cascade:
Find a Mirror card on board [enter the board name here, you will need one for each board you mirror to]
Action:
Move the card to the top/bottom of list {triggercardlistname}
The values {*} and {triggercardlistname} are variables; please enter them exactly into the list name fields, including the brackets.
If you know where the mirror cards are, then use the card link as the card name to find the mirror card and the do the move.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thanks for the reply.
Sorry but im not 100% sure what you mean.
Can you explain it any further or point me to some additional info on this?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Basically a mirror card {cardname} = {cardlink} of source card. In Trello automation under Cascade you can find/lookup based on card name or card link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry i have done some basic Automations but this one has me stuck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.