Interactions Pane

Think of the Interactions Panel as your no-code toolbox for making your app dynamic. It lets you easily control what happens when users interact with your app.

For example:

  • Guide users: Help users navigate to different parts of Salesforce or launch other flows directly from your app.

  • Provide feedback: Show quick "toast" messages to let users know if something worked or if there's an issue.

  • Do more: The possibilities are wide open!

How it works: When someone taps a button (or interacts with another part of your component), you use the Interactions Pane to tell the app what to do next. No coding required

Accessing the Interactions Panel

  1. Drag an Avonni Flow Screen Component

  2. Open the Component Builder

  3. Click on the "Interactions" tab

How to create an Interaction

  • Drag an Avonni Component

  • Open the Component Builder

  • Go to the Interaction Panel

  • Click on the "Add Action" button for the desired type of action.

  • Select your Target name (ensure to have created your action first)

  • Select the action you want to create on the interaction

Interactions can be combined. You can define multiple interactions for the same type of action. Actions will run in the order specified.

Actions in Avonni Components

Most of the Avonni Components allow for specific user interactions, such as:

  • Item Click: Activated when a user clicks on an item.

  • Action Click: Activated when a user clicks on an action item.

  • On Change: Activated when a user modifies a value

In addition to these standard interactions, some unique interactions apply only to specific components:

  • On Save: This action occurs when a user edits information inside the data table and saves the changes.

  • On Cancel: This action occurs when a user edits information inside the data table and cancels the changes.

Comprehensive Guide to Actions

The Avonni Components lets you initiate and personalize various actions within specific components. Here is a list of all available actions:

Interaction NameDescription

Think of flow navigation actions as smart traffic signals within your flow. They automatically route users to the right place based on their choices, making your flows dynamic and responsive.

A toast message is like a quick, helpful note on your screen. It tells you if something worked or if there was a problem, then disappears after a few seconds.

The Navigate interaction acts like a personal guide within your app. It helps users move seamlessly between different pages or even other apps based on their actions.

An Open Alert Modal pops up and pauses what the user is doing. It gives them important information or asks them to decide before they can continue.

The Open Confirm interaction is a pop-up that asks the user to confirm an action before it goes through. This helps avoid accidental changes or deletions.

The Open Flow Dialog feature streamlines the user experience by embedding another Salesforce flow in a pop-up. Users don't have to navigate away from the current screen to access a related flow.

A fire confetti action is like a virtual round of applause! It bursts onto the screen when a user finishes something, adding a touch of fun and celebration.

Adding an 'Export to' button puts your users in control of their data. They can quickly get the information they need from the table and use it in other tools or for other purposes.

The Update Records interaction makes updating information easy. Users can change records right inside the component, with no extra steps needed.

The Copy Records interaction lets users quickly copy data from the table to programs like Excel for further work

The Refresh Query Interaction gives you more control by letting you update data queries within your Avonni Components.

Last updated