Hi!
I have something like this:
when a card in list "List 1" without a due date is added to the board, move the card to the top of list "List 1"
I use the Create from template option (bottom right corner). That is, it copies the card from the template in 'Templates' list. I don't know why the trigger doesn't work. It doesn't move new card to the top.
Any idea?
Hi @Mateusz!
I couldn't reproduce the issue. However, the "in list "List 1"" filter might cause confusion for the automation, as it could attempt to find a card that is already in that list. If you'd like the card to be moved to the top of the list when it's added to List 1, I recommend trying the following automation:
when a card without a due date is added to list "List 1", move the card to the top of list "List 1"
If you are trying to achieve something different, could you please provide more details?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.