Adding a Button to Launch Flows in Salesforce

Overview

Master the art of linking flows in Salesforce with this tutorial. We'll guide you through setting up a button that, when clicked, directs users to another flow. Discover how to configure and customize this button for seamless flow navigation. Get ready to enhance your app's interactivity.

Result

Steps

Drag a button to your existing screen flow

  • Drag the Avonni Button component into your screen flow

  • Click on the "Open Component Builder" button to access all settings

Configure general settings for your button

  • Add a label

  • Select a variant

  • Add an icon if needed

Create the interaction

  • Click on the Interaction tab

  • Click on the "Add Click" button to create an interaction

  • Choose a type > Open Flow Dialog

  • Select the flow you'd like to trigger when users press the button.

  • Optional - add input variables or modal header if needed.

Dive Deeper

pageEnabling auto-refresh for queries after the Flow Dialog ends

Last updated