I'm working on implementing an automation with Butler in waterfall format. The idea is that when you move a card, it becomes a trigger to turn checklist items into new cards. However, I would like the name of these new auto-created cards to consist of "name of original card moved" + "name of item in list". For this, I worked with the following syntax:
when a card is moved into list "A fazer" by anyone, convert all the items in checklist "Tarefas" into cards in list "A fazer" using pattern "{cardname}" copying labels, and archive the card
However, the attempt failed and I couldn't identify another way to do what I need. Could you help me identify if there is an error in my syntax or if there is a different possibility?