Hi im trying to create an automation that creates a card mirror on another board if a card is placed on a list and has a certain custom field value on one of its custom fields.
I have a name convention on my boards that have a "ProjectName - SpecificCustomfieldValue" format.
Im trying to figure out how the automation placeholders work and their limitations for example i set this up like:
when a card id added to list "En Proceso", create a new mirror card with title "{cardlink}" in list "Nuevo" on board "{cardboardname} - {customfieldvalue}"
On custom field value, do i need to type a specific custom field value id or something like that so that it picks a value from a custom field list?
Im trying to match the board name in this way so it creates the card's mirror on that specific board and list.
Is this possible?