DECISION MAKING

If then flowchart template.

An if then flowchart template turns a policy into a sequence of clear questions and actions. This example handles an incoming request by checking completeness, policy eligibility, and approval needs before notifying the requester. It helps teams apply the same rules even when different people handle the work.

UPDATED 2026-09-23
EXAMPLEIf then flowchart template.
Make this diagram your own.

Open it in the AI editor with a prompt pre-filled — keep what works, change what doesn't.

CASE ANALYSIS

Scenario

Operations teams use this template to turn a repeatable request policy into consistent decisions.

Key decisions

  • Each diamond asks one answerable question.
  • No branches return to the missing-information check so incomplete requests are not lost.
  • Both completion and decline end with a requester notification.

When to reuse this

Use it for conditional operational decisions with clear outcomes. Use a decision tree when comparing strategic choices rather than executing a process.

FAQ

Frequently asked questions

What is an if then flowchart?01
It is a flowchart that uses conditional questions to direct work to the next action.
How do I make an if then flowchart?02
Start with an event, add a decision diamond for each rule, and connect every answer to an action or another decision.
How do I read an if then flowchart?03
Follow the arrows from the start and take the branch whose label matches the current answer.
Is a template different from an example?04
A template is meant to be edited for your policy, while an example shows one finished policy.
Do I need an account?05
Yes, a free one. No card is asked for.
Open this example in the editor →

Tweak it with chat, export PNG/SVG, or fork it for your own use case.