Back to Workflow Automation

Workflow Templates: What Happens When?

How workflow templates trigger on status changes, what the "Apply workflow template" toggle does at appraisal creation, and how missing data is handled.

Intermediate6 min readUpdated 2026-05-23
All roles

You'll learn

  • When workflow template actions fire (and when they do not)
  • What the "Apply workflow template" toggle on the new-appraisal form actually does
  • How to opt out of the workspace default on a single file
  • What AwardLettr does when an email action runs but data (like opposing email) is missing

You create a new appraisal, fill in the basics, hit save. Five seconds later an email goes out to opposing counsel that you did not realize was queued up. Or the opposite happens: you wanted automation on a file and nothing fired because the toggle was off and you did not know it. Both situations erode trust in the system, and trust is what makes workflow templates worth using in the first place.

Without a clear mental model of what fires when, people either avoid workflow templates entirely (and lose the automation benefit) or get burned by surprise emails to the wrong recipient at the wrong moment. The toggle on the new-appraisal form has caused real confusion in the past, and the rules around "what happens if I leave the template select empty" are not obvious until you read them.

Anyone using workflow templates benefits from understanding this, especially if you have a workspace default flagged that applies to every new appraisal. If you build templates with immediate-trigger actions on INTAKE, this is required reading. And if you want to confidently turn automation off on a specific file (test data, weird one-off, sensitive case), this article tells you exactly how the opt-out toggle behaves now.

Workflow templates run actions when an appraisal enters a status. That includes sending emails, applying tags, and other automation. The trigger is the status change itself, which means some actions can fire the moment an appraisal is created if the initial status maps to a trigger.

Creation is a status change

When you create a new appraisal, the initial status (INTAKE by default, or whatever you pick) counts as the first status change. If the workflow template has actions on that status, they fire immediately.

The trigger flow

1

Status changes

Manual edit, automation, or initial creation

2

Template lookup

Which template (if any) applies to this appraisal?

3

Run actions

Emails, tag changes, and other actions queue up

4

Log + notify on gaps

Skipped actions land in the workflow log

The "Apply workflow template" toggle

On the new-appraisal form, there is a toggle labeled Apply workflow template with a select for which template to use. Here is what each state actually does:

Toggle stateTemplate selectWhat happens
ONEmpty (no specific pick)The workspace default workflow template applies.
ONSpecific template pickedThat template applies, overriding the workspace default.
OFFN/ANo template applies. The appraisal is created with no workflow automation.

The default applies unless you opt out

If you have a workspace default workflow template flagged, it will apply to every new appraisal where the toggle is ON. If you do NOT want any automation on a specific file (test data, weird one-off, etc.), turn the toggle OFF at creation time. This sends an explicit "skip" signal to the server, which is now respected.

This used to be confusing. An earlier version of AwardLettr treated an empty template select the same as "no opt-out signal" and applied the default anyway, which meant immediate-trigger actions could fire when users had unchecked the toggle. That is fixed. The toggle is now authoritative: OFF means OFF, even if the workspace default would otherwise apply.

What if data is missing?

A common case: a workflow template has a "send email to opposing appraiser" action on INTAKE, but you just created the appraisal and have not entered the opposing appraiser email yet. AwardLettr does not silently drop the action. It logs the gap so you can come back to it.

  • The action is recorded in the workflow log with a "skipped — missing recipient" reason.
  • Once you add the opposing appraiser email, the action does not auto-replay. You can re-trigger it manually from the workflow log.
  • Tag and other non-email actions still run normally; only the email skips when there is no recipient to send to.

Salutation fallback

When an email action does fire, AwardLettr fills the salutation token using a fallback chain:

  1. Preferred greeting on the contact (e.g. "Bill" instead of "William"). If set, use it.
  2. First name parsed from the contact name.
  3. Literal "there" — produces "Hi there," as a last resort.

Set preferred greetings in the directory

If you work with someone who goes by a nickname or formal title, set their preferred greeting in /dashboard/directory. It flows into every automated email for every appraisal they are on.

When does the template re-run?

A workflow template runs each time the appraisal enters a status that has actions configured. If you move a file backward (e.g. from WORKING_ON_ESTIMATE back to INSPECTION_COMPLETED) and then forward again, the actions on the forward-entered status will run again. AwardLettr does not dedupe action runs across status transitions.

Check the workflow log

Every action a workflow template attempts (run, skipped, failed) is recorded. Open the appraisal Activity tab to see what fired, what skipped, and why.

Common pitfalls

  • Assuming an unchecked "Apply workflow template" toggle silently still uses the default. It used to; it does not anymore. OFF means OFF.
  • Building immediate-trigger actions on INTAKE that depend on data (opposing email, adjuster info) that the user has not entered yet. Those actions will skip and land in the workflow log.
  • Moving a status backward and forward and being surprised when actions fire again. Templates do not dedupe across transitions.
  • Forgetting that a workspace default workflow template flag means every new appraisal opts in by default. Audit your default template before turning the flag on.
Suggest an editLast updated 2026-05-23
Workflow Templates: What Happens When? | AwardLettr Docs