Skip to content

Flow Steps — Reference ​

All the steps the Flow editor offers, in the order of its three tabs.

Pro marks steps that are only available on the highest plan.


Triggers ​

A Flow has exactly one. → Trigger

TriggerDescription in the interfaceConfiguration
New entryA new entry was addedGrid
Entry was changedAn existing entry was changedGrid, optional field condition
Entry via formNew entry added via formGrid and Form
Entry changed via formExisting entry changed via formGrid and Form
WebhookTriggered by an external request–
Show pageStart the Flow and load a pagePage

Actions ​

Working with your own data ​

ActionDescriptionPro
Create entryCreates a new entry–
Update entryUpdate an entry with new values–
Load all entriesLoad all entries of a Grid–

Communication ​

ActionDescriptionProSettings
E-MailSend an e-mail–To, Subject, Content, Sender name, Reply to, Files, Use HTML in content
HTTP requestSend any HTTP request–URL, Method, Content Type, Query, Headers, Content, Username, Password
SlackSend message–Message, Webhook URL ⁽¹⁾
MS Teams MessageSend message–Message, Webhook URL ⁽¹⁾
Firebase Cloud MessagingSend message–Topic or device tokens, Title, Content, API key ⁽¹⁾
HubspotCreate contact–API token ⁽¹⁾, Contact data
Magenta Business SMSSend SMSyesAPI key and secret ⁽¹⁾, Sender, Recipient, Text
Magenta Business VerifySend confirmation code via SMSyesCredentials ⁽¹⁾
Magenta Business Verify CheckCheck codeyesCredentials ⁽¹⁾

⁽¹⁾ Requires your own account with the respective provider. → Integrations overview

Files and content ​

ActionDescriptionProSettings
QR CodeCreates a QR code–
PDF to textConvert a PDF to textyesPDF file URL, extract text per page
URL to PDFConvert a web page to PDFyesWeb page URL
Import CSV fileImports a CSV file–Link to CSV file, column separator, first row contains column names, encoding, skip empty rows, trim whitespace
Speech to textConvert audio to textyes
Document AnalyzerEvaluate documents with AIyes
Calendar EventCreate a calendar entry–Title, description, times
DATEV Lohn & GehaltCreates a DATEV import fileyesEntry, access key and password ⁽¹⁾

AI and code ​

ActionDescriptionProSettings
OpenAIChatGPTyesPrompt, additional instructions — no own account needed
JavaScriptRuns JavaScript code– ⁽²⁾JavaScript code, generate with AI

⁽²⁾ The step itself is available on every plan. Only Generate with AI is plan-restricted — writing your own code always works.

Interacting with people ​

ActionDescriptionPro
Show pageShows a page for user interaction–
Create link to pageCreates a link to a page in the Flow–
Pre-filled form linkUpdates an entry–

→ Actions · Pages in Flows


Helpers ​

HelperDescriptionSettings
RouterTake different pathsCondition per output
ParallelRuns the following steps separately for each list item.–
Merge runsWaits for all list runs to complete and then continues the Flow.–
WaitPauses the Flow for a set duration.Seconds to wait

→ Router and Parallel

Operators in the Router ​

equalsdoes not equal
is greater thanis less than
is greater than or equal tois less than or equal to
begins withends with
contains
is beforeis after
is emptyis not empty
is trueis false

Combine with and or or.


Deprecated elements ​

Older Flows may contain triggers and steps marked deprecated in the editor — for example Load all entries in its view variant, which the Grid variant has replaced. They keep working but should be replaced with the current variants when you revise the Flow.


What doesn't exist ​

ExpectedInstead
Scheduled startAn external system calls the webhook URL
Trigger for deleted entriesSet a status field instead of deleting
Merging Router branchesRun each branch to completion on its own. Merge runs only closes Parallel sections.
Triggering by calculated fieldsReact to the underlying field instead

Next ​

Was this page helpful?