Hello guys,
I use trello every day at my job, to manage all my teams.
Si ive been trying to make an atomation like this:
Example:
Custom field name: Hello
Value:1010
I would like to do this: ''when a card is added with a repeated or duplicated value (in this case 1010), link card together".
This would be super helpful for my daily work.
Please if someone can let me know how to do this!!!!!
Regards,
Hamal Fiallo
With a set trigger and cascade to find cards with same custom field set to {customfieldvalue} and using linked items and iterate through the checklist adding link with {checklistitemname} you get the cards linked.
The only thing you cannot do is to do it recognise the pattern of the value you set like 1010 or 2020
Lets see if i can explain myself better (sorry i speak spanish)...
Here's the deal...
I have a Custom Field with a Case # 25478 (for example, number can change depending on the case).
So, when an email comes in regarding Case # 25478, (i have an automation to go directly to one of trello's list). I want this new card with the email containing the # 25478, to link itself with the card that already exist.
For example: ''When a card is added to list "blablabla", containing in the comment the case # same has custom field on exiting card, link card together"
Hope you can understand me.
Regards,
Hamal Fiallo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Definitely doable but I will trigger it with a when a comment {*}Case#{* }{*} is added to a card in the list instead.
Since you cannot Find a card by a CF value on a card, the alternative is use cascade looking for card with CF set to value {wildcard2} into linked items and add link as you iterate through checklist items as I suggested above.
Proof
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, It should be with checklist.
Can you please send me the exact atomation, ive never used cascade before. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hamal Fiallo See above
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What would happen if i put the case# in the description?
Would it be easier to find, match and link automatically?
Thanx for the great support.
Regards
Hamal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can Find card if the lookup references are in name, description
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Understood.
So what would be the command for.
When a card is added to list, containing in the comment the same number of the description as a card that already exist?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.