Ohana360Help Center
Setup & Administration

Automation: flows, validation, assignment, approvals

Let your work run itself: record-triggered flows, scheduled flows, validation rules, assignment rules, approvals and screen flows.

2 min readUpdated: September 27, 2026Türkçe oku

Map of automation tools#

ToolWhen?
FlowSomething should happen when a record is created or changed: update a field, open a task, send a notification, call a webhook
Scheduled flowWork that runs on a schedule: scan overdue invoices every morning, open reminders
Validation ruleBlock bad data instantly: amount cannot be 0, close date cannot be in the past
Assignment ruleRoute new records to the right owner or queue
Approval processSteps that need manager sign-off: discounts, leave, expenses
Screen flowGuided, step-by-step forms shown to the user

Creating a flow#

  1. Open Setup > Flows and click New Flow.
  2. Pick the trigger: which object, on create or on update.
  3. Enter the conditions: for example "when Status = Won".
  4. Add actions: update field, create task, send notification, send e-mail, call webhook.
  5. Activate the flow. The flow canvas also shows the process visually.

Every node on the canvas, all 12 actions, scheduled paths and the template library are walked through in The flow canvas. Building scheduled and screen flows, plus what to check when a flow does not run, is covered in Scheduled and screen flows.

Scheduled flows#

You define object + condition + schedule: the system scans matching records at the chosen interval and applies the actions. Example: "open a task for the owner of every invoice 3+ days overdue with status Issued".

Validation rules#

If the formula-based condition fails, the record is not saved and the user sees the error message you wrote. It is the first line of defense for data quality.

Approval processes#

A record is submitted for approval, the approver gets a notification, and the decision is written to the record and its timeline. A ready-made pattern for leave requests, discount approvals and expenses.

Tip: Start automation small: one validation rule plus one assignment rule. Layer flows in as the team gets comfortable.
Was this article helpful?