AI in workflows

Last updated 6 June 2026

A workflow where a new deal triggers an AI Agent step that reviews the deal and branches to all clear or flagged for review, running the same way for every deal

Place the AI inside an automated process as a step, and it does its job unattended, the same way every time, for the whole business rather than one person at a time. Because it is a step in a process, it can react to a record, run on a schedule, and pass its answer on to the steps that follow.

How it works

You add an AI Agent step to a workflow and give it a job, written in plain words: "review this deal and flag any risks," "draft a reply to this support message," "summarise what happened today." From then on, every time the automation runs, the AI does that job automatically, with no one watching.

Setting up an AI step

The step gives you everything you need to define the job:

Setting What it does
AI provider & model Which AI powers this step.
Task The job to do this run, in plain words. You can weave in details from the record being processed, so each run is about the right customer or deal.
Instructions The standing brief: who the AI is and how it should behave for this step.
Abilities Which abilities this step is allowed to use, chosen per step. See What the assistant can do.
Knowledge bases Which of your knowledge bases this step may draw on. See Knowledge bases.
How many steps A limit on how much work it may do in one run, so it always finishes in good time.
Memory Optionally let it remember context from one run to the next.
Live updates Optionally stream its progress to a connected screen as it works, useful for chat-style experiences you build yourself.
Answer format Either a structured answer (clean fields that later steps can read precisely) or a free-text answer (natural writing, ideal for messages and summaries).
Where the answer goes The answer is saved under a name you choose, so any later step in the workflow can use it.

What people build with it

Why it is different from chatting

Chatting helps one person, one request at a time. An AI step works for the whole business, continuously.

Staying in control

You decide, in advance, exactly which abilities and which knowledge bases each AI step may use, so an unattended step only ever works within the limits you set. The answer it produces flows into the rest of your workflow, where your normal rules and conditions take over. See Approvals & safety.

Closely related