Skip to content
UNI4C

Automation that starts where the data changes

Book a demo

A flow triggers on a posted document, an inbound mail or a schedule, then reads, decides, writes back and tells someone. Every run is recorded node by node.

Open a flow

The reminder nobody has to remember

Cron in a real timezone, open items straight out of the ledger, and a draft waiting in the account manager's own Outlook, not a mail the system sent on their behalf.

Overdue reminder · weekly

PUBLISHED · RAN 07:00 · 2.4 s

Schedule

Mon 07:00 · Europe/Copenhagen

Read Business Central

Cust. Ledger Entry · Open = true

For each customer

group by Customer No.

Branch

balance > credit limit

AI structured

tone + language from last reply

Draft in Outlook

contact on the customer card

Notify in the portal

account manager · total

Run log

RUN 4812

  1. 07:00:00flowTrigger · schedule · Mon 07:00 Europe/Copenhagen
  2. 07:00:00noderead · Cust. Ledger Entry (21) · Open = true · Due Date < today
  3. 07:00:01tool412 rows · 37 customers
  4. 07:00:01nodefor each · 37 iterations
  5. 07:00:02nodebranch · 9 over credit limit · 28 within
  6. 07:00:02nodeai structured · {tone, language} per customer
  7. 07:00:04nodeoutlook__create_draft · 9 drafts, unsent
  8. 07:00:04flowRun complete · 11 nodes · 2.4 s
A shape, not a screenshot.

Why this is not a scheduler

It starts on the event

Business Central pushes, we do not poll

The signed extension installed in your tenant pushes events as they happen (a document posted, a record changed), so a flow starts at the moment the data moved, not at the next sweep.

It is a real graph

Branches, loops, break and continue

Not a chain of if-cards. The graph is validated when it is saved: an unreachable node, a missing connection, a type that cannot flow into the next step. A flow that would not run cannot be published.

Every run is a recording

What each node received and returned

A failure is read, not reproduced. Dry-run walks the whole graph and reports what each node would do before anything is written anywhere.

Name the thing someone does every Monday

Most flows worth building are already written down somewhere as a procedure. Bring that, and we will wire it while you watch.

Book a demo

Or write to us at hello@uni4c.ai