Sign Up
Lists

Automate repeat List work

List automation reduces manual updates for repeatable task processes. Use it when the same trigger and conditions should cause the same action every time.

For List-level automation, focus on how to:

  1. Decide whether a repeated List action should be automated.
  2. Plan a safe rule before building it.
  3. Test the rule with a safe task.
  4. Troubleshoot rules that do not run or affect too much work.

Terms to know

  • Trigger is the task event that starts the rule.
  • Condition limits when the rule should apply.
  • Action is the update, notification, assignment, reminder, or other operation performed.
  • Scope controls which List or group of tasks the rule can affect.
  • Safe task is a low-risk task used only to test behavior.

Before you start

  • You must have access to the List.
  • Your role must allow automation access.
  • The current plan must include automation access.
  • The app must be online.
  • Test with safe tasks before relying on the rule for important work.

Decide whether to automate

Use automation when:

  1. The rule is predictable.
  2. The same condition should always cause the same action.
  3. The action is low-risk.
  4. The result is easy to verify.

Keep the action manual when:

  1. The decision needs judgment.
  2. The action could affect many tasks unexpectedly.
  3. The conditions are not clear.
  4. The change would be hard to reverse.

Plan a List automation

Write the rule before building it:

When [task trigger] happens, if [condition] is true, then [action].

Examples

  • When a task moves to Review, assign the reviewer.
  • When a task is marked blocked, notify the team.
  • When a follow-up date is set, create a reminder.

Create and test the rule

  1. Open Automations from the app navigation or a supported List automation entry point.
  2. Create a new rule.
  3. Choose the trigger.
  4. Add conditions.
  5. Choose the action.
  6. Confirm the scope includes only the intended List or tasks.
  7. Save.
  8. Test with a safe task.
  9. Review the affected task and confirm only the expected action happened.

Troubleshooting

List automation does not run

  • Symptom: A task changes, but the expected automatic action does not happen.
  • Cause: The rule may be inactive, the trigger may not match, conditions may not match, access may be missing, or automation may be unavailable.
  • Resolution:
    1. Confirm Automations loads.
    2. Confirm the rule is active.
    3. Confirm the task is inside scope.
    4. Check every condition.
    5. Test with a safe task that clearly matches.

List automation affects the wrong tasks

  • Symptom: More tasks than expected are updated.
  • Cause: The scope, trigger, or conditions are too broad.
  • Resolution:
    1. Pause or disable the rule if available.
    2. Narrow the scope.
    3. Add stricter conditions.
    4. Test with one matching and one non-matching task.

FAQ

Should I automate task creation or task updates first?

Start with low-risk updates such as assignment, reminders, or notifications. Avoid broad automatic creation or deletion rules until the trigger is proven.

Can automation replace a clear List process?

No. Define the process first, then automate the repeatable parts.