Screen Flow guide

How to put a Kanban in a Screen Flow

Salesforce ships a Kanban view in list views, but not inside screen flows. Here are your real options, side by side.

WHAT CHANGES

A board that lives in the flow

Drag between stages

Move records between columns without leaving the flow.

Group by any field

Build the columns from any field you pick, configured in the builder.

Per card actions

Give each card its own actions, configured without code.

Drops that drive the flow

Drop a card and the flow gets the record and its new stage.

Totals per column

Summarize a field per column, with card counts at a glance.

Cards that show the record

Avatars, images, and the fields you pick on every card.

SIDE BY SIDE

Build it yourself, or drag it in

Paths 2 and 3, side by side. A custom flow screen component is a Lightning Web Component you build and maintain yourself.

Capability
Build it yourself (custom LWC)
With Avonni
Kanban board in a screen flow
Custom code to write, test, and deploy
βœ“A component you drag into the flow
Drag records between stages
You code the drag logic and updates
βœ“Included, configured in the builder
Columns from any field
You code the grouping logic
βœ“Pick the field in the builder
Actions on each card
You code every action and handler
βœ“Configured without code
Connect your Salesforce records
You write the Apex or wire adapters
βœ“Point it at any object with conditions
Brand styling
You write and maintain the CSS
βœ“Styled in the builder, no code
Who maintains it
Your team, release after release
βœ“Avonni ships the updates

Your three paths

1
Leave the flow

Use the Kanban view in list views. It works, but your user steps out of the guided process to reach it.

2
Build a flow screen component

A custom Lightning Web Component you write, test, and deploy. This is the native way to stay in the flow.

3
Drag in the Avonni Kanban

Installed from AppExchange, configured in the builder, live inside your flow. No code.

Put a board in your next flow

Install from AppExchange and start free with 10 licenses.