Aという名前のリストに、7/24が期限として設定されている100件のカードがあります。
この期日をオートメーションで8/22に変更したい場合、どのようなオートメーションを組めばよいでしょうか?
「When list "A" has more than 1 cards, move the due date to august 22nd」というオートメーションは組んでみましたがうまくいきませんでした。
Hi @haruka__minami 👋
日本語が話せなくてすみません。英語で失礼します。
Trello automation doesn't let you bulk change due dates in one step like that. The rule
`"When list 'A' has more than 1 cards..."` only checks the list, not each card.
Instead, I recommend using a Card Button like this:
👉 _"For each card in list 'A', set the due date to August 22, 2025"_
Here’s how:
If you're on Trello Premium, you can also use “Loop over cards in list” with Butler to do it in bulk.
Hope this helps!
— Mia Tamm from Simpleasyty
Hi, Mia!
Sorry for the late reply.
With your guidance, I could success what I want.
However, I couldn't find enough information on how to use loop up.(I'm on a Trello Premium)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here’s the direct link to the Bulk Actions section of Atlassian’s official “Create and manage automations” guide, where you’ll find the “For each card in list…” loop described.
And in case you want to see a real‐world example of that syntax in action, here’s the Atlassian Community thread that walks through “for each card in list ‘To Do’…”.
I hope this helps you.
— Mia Tamm from Simpleasyty
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.