Reviewing a rule's run history & errors

You can open the history of an automation rule, read each run's status, and trace error messages.

When an automation rule is supposed to do something but nothing happens, the run history is what helps. For each rule, it shows you which actions ran and when, whether they succeeded, and which error message was recorded if something went wrong.

Reviewing a rule's run history & errors

Opening a rule's history

You'll find the history directly in the list of your automation rules. Each rule has an arrow button on its right edge that expands and collapses the history.

  1. In the workspace, open the Automations page.
  2. In the rule list, find the rule you want to check. On the left edge you'll see the rule name, the trigger, and the configured actions.
  3. For that rule, click the Show history arrow button on the right.
  4. The Run history section opens below the rule, showing the individual runs.
  5. To close it, click the same button again, which now reads Hide history.

If there are no runs yet, you'll see the note No runs yet. instead. This is normal for rules that were just created or haven't been triggered yet.

Reading a run's status

Each entry in the history represents a single action of the rule and begins with a colored status label. Next to it, in small type, you'll see the technical action type, for example for sending an email or setting a field.

The following statuses exist:

  • Started: The action has begun but hasn't finished yet.
  • Completed: The action ran through successfully.
  • Failed: The action couldn't be executed. This is where it's worth looking at the error message.
  • Skipped: The action was deliberately not executed, for example because a condition wasn't met.
  • Review required: The action needs a manual check before it can continue.

This lets you see at a glance whether a rule is running smoothly or getting stuck on a particular action.

Timestamps and extra details

Below the status, each entry shows the run's timestamps. Both are displayed with the date and time.

  • Started at: When the action began.
  • Ran at: When the action finished.

If only a start time is present, the action is either still in progress or was interrupted partway through. On some entries you'll also see the Canonical marker. This identifies the authoritative run in case the same action was triggered multiple times. That way you know which entry actually counts and which are just duplicate triggers.

Tracing errors

If an entry shows the Failed status, the history displays the associated error message in red type directly below the entry. This message describes what the action failed on.

  1. Expand the Run history for the affected rule.
  2. Find the entry with the Failed label.
  3. Read the red error message below it. Common causes are missing or incorrect configuration values, for example a template ID that doesn't exist or an invalid user ID.
  4. Adjust the affected action of the rule and correct the faulty value.

Make a note of the exact wording of the error message before you change anything. If you contact Univents support, this exact text helps pinpoint the problem quickly.

Frequently asked questions

Why is the history empty even though the rule is active? The history only fills up once the trigger actually fires. An active rule without a matching event won't produce any runs yet. Check whether the selected trigger matches the event you're expecting.

What does Skipped mean? The rule was triggered, but a configured condition wasn't met, so the action was left out. Take a look at the rule's conditions if you expected the action to run.

Why does the same action appear multiple times? If an event is triggered multiple times, there can be several entries. The run marked Canonical is the authoritative one. The others are secondary triggers and you can usually ignore them when reviewing.