Hello,
I’m looking to create an automation that looks for when certain labels are added to cards on Trello, and then apply a role to the user on Discord.
I was able to create this process with Zapier, but hoping to replicate it with make. From what I can tell, Make can’t use a label being applied as a trigger for a process, but I could be wrong.
- Label is applied to a card
- Card has Discord username in a custom field in Trello
- Find the Discord user (by their username) to pull their Discord ID
- Apply the Discord role
Trigger:
Trello card “Eric” is given the dark green label called “Spinach”
Goal:
Discord user EricDiscord now has the Spinach role on Discord
Since make cannot use a label being applied to a card as a trigger, I was thinking of another possible route, but I am not certain how to map it in make:
Trigger:
Trello card “Eric” is given the dark green label called “Spinach” and moved to list “Label Change”
make can use card moved to a list as a trigger
Goal:
Discord user EricDiscord now has the Spinach role on Discord
The problem with this is the moved to a list trigger, because I need different Trello labels to eventually give different Discord roles, but I am not certain how to get a label from a card (I know there is a get a label module, but I am having trouble figuring out how to use it). I think I need several if statements essentially (if label X applied, give X role on discord. If label Y applied, give Y role on discord, etc.).
This is what I am working with so far:
And this is my flow in Zapier:
I am currently on the free plan, but am willing to upgrade to core or possibly pro if I can get this scenario to work.
Much appreciate,
Eric