Skip to content

App Connect Flows

Start here for App Connect Flows: learn the three flow types (App Flow, Page Flow, Inline Flow) and jump into the dedicated App Flow editor tours.

Back to Workflow Recipes
App Connect Flows

Start here for App Connect Flows: learn the three flow types (App Flow, Page Flow, Inline Flow) and jump into the dedicated App Flow editor tours.

App Connect Flows are client-side workflows. They come in three forms — App Flow, Page Flow, and Inline Flow.
  • App Flow: isolated and returns results
  • Page Flow: runs inside a page and can use page context/actions
  • Inline Flow: actions in an event handler (no return data)

Start the guided path, or pick a topic.

TIP: Use Inline Flows for small UI glue. Use Page Flows for page-specific orchestration. Use App Flows when you want a reusable workflow that returns data.

App Flow
Isolated workflow Returns results
Page Flow
Runs in a page Can use page actions
Inline Flow
Actions in an event No return data
Start here
Related tours
Go to