Kinabase Logo
Help & Support

Managing Automations

Find, edit, monitor and troubleshoot your automations


Once you've built an Automation

, you manage it from one place: the Automations pane. This guide covers finding automations, turning them on and off, reading their run history, and working out why one didn't behave as expected. To build one, start with Triggers and Automation Steps.

Automations are managed under Settings → Operations → Automations. You'll need to be a System admin.


1. Find your automations

1. Open the Automations pane

Open Settings, and under Operations select Automations. Every automation in your organisation is listed here.

Opening the Automations pane in Settings

2. Add or open an automation

Click Add Automation to create one, or use a row's options menu (⋯) for Edit, View History, Duplicate, Enable / Disable, and Delete.

The Automations list with per-row menu

2. Enable and disable

An automation runs only while it's enabled. To pause one without losing its configuration, open its menu and select Disable; select Enable to switch it back on. Disabling is the safe way to stop an automation temporarily while you investigate or make changes.


3. Read the run history

Every time an automation fires, Kinabase records the outcome. Open an automation and select the History tab to see each run, along with statistics on how often it has succeeded or failed.

An automation's run history and statuses

Each run carries one of four statuses:

StatusWhat it means
SuccessThe automation ran and all its steps completed.
FilteredThe trigger fired, but the automation's conditions weren't met, so no steps ran.
SkippedThe run was suppressed to prevent a loop - for example, an automation re-triggering itself.
FailedA step could not complete. The record name and error message are shown so you can diagnose it.

A Filtered result is usually expected behaviour, not a fault - it means your conditions are doing their job. A Failed result is the one to investigate.

Scheduled automations

If an automation uses the Scheduled trigger, open its Scheduled tab to see how many runs are queued and when each record is next due to run. Because scheduling is relative to a date field on each record, different records appear at different times. See Triggers.


4. Running an automation on many records at once

A Manual (right-click) automation can be run across a batch of records in one go.

1. Select the records

In a collection, tick several records - or Shift-click to select a range.

2. Run the automation

Right-click and choose the automation. A preview shows how many records were selected, how many will run, and how many are filtered out by the automation's conditions.

3. Review the results

Click Run, then review the summary of how many records completed, failed, or were filtered. Any failures list the record name and error for easy troubleshooting.

Running an automation across many records at once depends on your plan. If it's limited on your plan, Kinabase tells you when you try.

Skip the confirmation for trusted actions

By default a right-click automation shows a preview before it runs. For automations you run often and trust, open the automation's editor, find the Require Confirmation section, and untick Confirm before running. The automation then runs immediately when selected. This setting only appears for Manual triggers, and is ticked by default. Read our Product Update for more.


5. Troubleshooting and testing

When an automation doesn't do what you expect, work through these checks:

Is it enabled?

A disabled automation never runs. Confirm its status in the Automations list.

Did the trigger actually fire?

Check the History tab. If there's no entry, the trigger event didn't occur - for example, a Specific Field on a Record Updated trigger wasn't the field that changed.

Was the run Filtered?

A Filtered status means the conditions excluded the record. Re-read your conditions against the record's values.

Did a step Fail?

Open the failed run to read the error and the record it affected. Common causes are a missing required value, a step that needs an integration that isn't connected, or an external system rejecting an API call.

Test on a single record first. Create or edit one record that should trigger the automation, then check the History tab to confirm each step ran as intended before relying on it at scale.

Importing records?

When you import records from a CSV file, Kinabase warns you before starting if any automations will not run for the imported records - the import screen lists them under "For this import, these automations will be skipped". If you need those automations to apply, run them manually afterwards using a Manual trigger, or update the affected records to fire their triggers.

Generate a plain-English description with AI

In the automation editor, a bolt icon appears beside the Description field once the automation has a valid trigger and no configuration errors. Click it and Kinabase writes a concise summary of the trigger, steps, field assignments and conditions - so anyone on your team can understand what the automation does without reading every step. You can edit, regenerate, or replace the text at any time. Read our Product Update for more.


6. Best practices

Start simple, then evolve

Begin with a few clear automations. Overcomplicating from the outset makes problems hard to trace.

Name them clearly

A descriptive name - "Notify finance on new invoices" - tells your team what an automation does at a glance.

Review the history

Check run history periodically so failures are caught early rather than discovered by their absence.

Pair with your workflows

Let a Stage Change trigger handle the follow-up work whenever a record advances through its workflow.


Need more help? Ask your System admin, or contact our support team via Help & Support.