Hello,
When i create a card ( a card is a customer in my job ) lot of custom field appears, like Customer NAME, Customer PHONE, EMAIL...
i have create a automation :
When a card is created, add "PHONE MISSING" Label, "EMAIL MISSING" Label...
and a other automation :
When custom field "Customer NAME" is set, remove the label..
But today i'm using a Power-up (IMPORT CSV FILE BY BLUE CAT) who will import my 900 customers with custom field. Its work but my labels are not removed... i think its because the card is create with custom field, and the custom field are not set after...
So i have imagined a rule like :
If(CustomField(field_phone).isSet())
{
label(label_phone_Missing).clear()
}
I dont know if a rule can be always enable, i hope you understand my problem,
I dont mastered the http request with Payload, i have already post in this forum and i have solved my issue thanks to you by the "Put to url...." maybe i need to use that...
Thanks you,
Mattis P.
@Mattis PASSARD would it work to just use the following rule?
when a card without custom field "Phone" set is added to the board, add the "Phone Missing" label to the card
Hello Hannah, Thanks you for your answer, did you know how much rules/automatisation in trello can be enable at same times or something, because your answer work, but not always :
My first card work, the phone number and my location is import, and the email is missing so my label "MAIL MISSING" appears... (Perfect automation}
2nd card : the phone number is import at the creation of the card but the label "PHONE MISSING" appears..
and same for my 3th card : phone is informed but my label appears.
I have maybe too much rules working at the same times ?
I'm importing 1 card by second and i have 5 rules checking my importation...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, sorry its work perfectly, its all my bad, i didn't delete my last rule who's not working so my labels comeback, thanks you a lot Hannah !
Mattis P.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh great! Glad that's working for you now 🙂
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.