ServiceNow Flow Designer Basics
A beginner's guide to ServiceNow Flow Designer: triggers, actions, flows and subflows, data pills, and how it automates ITSM fulfilment and approvals with low code.
3 min read
ServiceNow Flow Designer Basics
Flow Designer is ServiceNow's modern, low-code automation tool. It lets you automate processes — fulfilment, approvals, notifications, integrations — with little or no scripting, and it is where new automation should be built instead of classic workflows.
The core building blocks
- Trigger — what starts the flow. Common triggers: a record is created or updated, a scheduled time, an inbound email, or a Service Catalog request.
- Actions — the steps the flow performs: create or update a record, ask for an approval, send a notification, call a REST integration, run a script step.
- Flow logic — control structures like if, for each, and wait, used to branch and loop.
- Data pills — drag-and-drop references to data from the trigger or earlier steps, so you wire values through the flow without writing code.
Flows, actions, and subflows
- A flow is a complete, triggered automation.
- An action is a reusable unit (inputs → steps → outputs) you can drop into many flows.
- A subflow is a reusable flow that other flows or scripts can call, with its own inputs and outputs — great for logic you repeat.
Where it is used in ITSM
- Request fulfilment — when a catalog item is ordered, a flow creates the tasks and drives the item to completion (see Service Catalog & Request Management).
- Approvals — routing approvals for changes and requests.
- Notifications and integrations — keeping people and other systems in sync.
Why it matters
Flow Designer lowers the barrier to automation: process owners can build and read flows without deep scripting, flows are easier to maintain than tangled business rules, and reusable actions/subflows keep logic consistent. For the exam and for real projects, know that Flow Designer is the default choice for new automation.
Frequently Asked Questions
What is ServiceNow Flow Designer? A low-code tool for automating processes — fulfilment, approvals, notifications, integrations — with little or no scripting. It is where new automation should be built.
What can trigger a flow? A record being created or updated, a scheduled time, an inbound email, or a Service Catalog request, among others.
What is the difference between a flow, an action, and a subflow? A flow is a complete triggered automation; an action is a reusable unit (inputs → steps → outputs); a subflow is a reusable flow other flows or scripts can call.
What are data pills? Drag-and-drop references to data from the trigger or earlier steps, letting you wire values through a flow without writing code.
Flow Designer or Workflow — which should I use? Flow Designer for anything new. Classic workflows remain only in older or baseline processes.
Key Takeaways
- Flow Designer is low-code: trigger → actions → flow logic, wired with data pills.
- Know the trio: flow (triggered), action (reusable unit), subflow (callable flow).
- It drives request fulfilment, approvals, notifications, and integrations.
- It is the default choice for new automation, replacing classic workflows.
Where to go next
- The tool it replaces: ServiceNow Workflows
- The time targets flows help meet: SLAs
- Practise: free practice test
Ready to test yourself?
Take a free CIS-ITSM practice test with instant scoring and explanations.
Go to practice tests →