sparkleWhat's New At Avonni

Stay up to date with the latest features, improvements, and fixes across all Avonni component suites for Salesforce.

Release Date: March 20, 2026

This release introduces a conversational AI component, expands data visualization capabilities, and delivers significant improvements to the Data Table, filtering engine, and Dynamic Component Builder.


New Components

AI & Data Visualization

This update introduces an AI-powered conversational component and a new charting option for visual data summaries.

Agent Chat

Dynamic Components

A new Agent Chat component is now available in the Dynamic Component Builder. This component enables users to interact with an Agentforce agent through a conversational chat interface, built on top of the Avonni Chat component. It supports continuous conversation with message history and re-engagement.

Pie Chart

Dynamic Components

A new Pie Chart component is now available in the Dynamic Component Builder. This component enables data visualization through interactive pie and donut charts, making it easy to create visual summaries of your Salesforce data without code.


Improvements

Data Table Enhancements

File Upload Column Type

Dynamic Components | Flow Components

Added a new "File Upload" column type to the Data Table, allowing users to upload documents directly from a cell for a seamless inline upload experience.

up-from-bracketDynamic Components Documentationup-from-bracketFlow Components Documentation

Scrollable Filter Panel

Dynamic Components | Flow Components

The Data Table filter panel is now scrollable when a height is set on the component, preventing filters from overflowing the component bounds.

Inline Edit for Uncreated Records

Dynamic Components | Flow Components

Users can now inline-edit records from flow variables that are not yet created in Salesforce. This unlocks key use cases where records need to be edited in a Flow Data Table before being persisted.

Filter & Query Improvements

Date/DateTime Predefined Filter Values

Dynamic Components | Flow Components

Date and DateTime filters now offer predefined value options: Today, Yesterday, This Week, Last Week, This Month, Last Month, This Quarter, Last Quarter, This Year, Last Year, and Custom.

Input Date Range Predefined Values

Dynamic Components | Flow Components

The Input Date Range component now includes a combobox with predefined date ranges for quick selection.

Input Date Range Expanded View

Dynamic Components | Flow Components

Added an expanded date range display mode to the Input Date Range component for improved usability.

Calendar Multiple Display

Dynamic Components | Flow Components

Added support for displaying multiple calendars side by side via a new numeric attribute (default: 1).

Multi-Picklist INCLUDES/EXCLUDES Operators

Dynamic Components | Flow Components

Query filters now support INCLUDES and EXCLUDES operators for multi-picklist fields, as defined in Salesforce SOQL. No more formula workarounds needed.

Button Menu

Dynamic Components

The Button Menu now supports data source–based options (Manual, Variable, Query, Picklist) for its menu items, as well as the ability to define footer actions. The previous static configuration remains supported.

Dynamic Component Builder

Custom Labels Support

Dynamic Components

Property editors in Dynamic Component now support Custom Labels selection, similar to Flow Builder's {!Label.MyCustomLabel} syntax.

Global Variable Dynamic Fields

Dynamic Components

Global variables ($User, $Organization, $Profile, $UserRole) now dynamically load all available fields from their respective Salesforce objects, rather than a static list.

JSON Collection Support

Dynamic Components

Data Components and Repeatable now support variable mode with JSON collections without requiring an itemsSObjectApiName.

Agentforce Integration

File Upload Agentforce Interaction

Dynamic Components

The File Upload component now supports an "Invoke Agentforce" interaction triggered on upload success. The ContentDocumentId of the uploaded file is automatically passed to the agent prompt, enabling immediate analysis without additional user actions.

Publisher & Feed

Auto-Updating Posts

Dynamic Components | Flow Components

Publisher and Feed components now communicate when placed on the same page — creating a post in the Publisher automatically refreshes the Feed.

Scheduler

Timeline Navigation Spinner

Dynamic Components | Flow Components

A loading spinner now appears when navigating between dates in Scheduler Timeline mode, providing visual feedback during data loading.

UI Enhancements

Combobox Selected Options Style

Dynamic Components | Flow Components

Reduced the border-radius of selected options in the Combobox component for a cleaner visual appearance.


Bug Fixes

Data Table

Dynamic Components | Flow Components

  • Max Selection Limit with Pagination: Fixed an issue where the max selection setting was bypassed in Flow Data Table after using pagination or "Show more". Selection count is now correctly maintained across page boundaries.

  • Boolean Export in Excel: Fixed boolean fields exporting as all TRUE values when exporting a Data Table to Excel format.

  • Bulk Edit Combobox Fields: Fixed editing one combobox field, hiding the edit icon for all other combobox fields, and preventing bulk edits.

  • Selected Rows with Group By: Fixed selectedRows output being empty when Group By is enabled on a field not displayed as a visible column.

  • Currency Inline Edit Zero Value: Fixed currency field inline edit not displaying 0 — setting the value to 0 previously resulted in an empty input.

  • Formula Text Field Filter Values: Fixed formula text field values not populating in Data Table filters for certain configurations.

Dynamic Components

  • Default Search Value Not Applied on Load: Fixed the default search value not being applied when the Data Table first loads.

  • Filter Value Counts Ignore Maximum Number of Records: Fixed Data Table filter value counts ignore the "Maximum Number of Records" limit setting.

  • Row Action Buttons Not Rendering in Builder Preview: Fixed row action buttons not rendering in the Data Table when previewing in the Builder.

Flow Components

  • Search for Contact Name (WhoId) or Assigned To (OwnerId): Fixed search returning no results for Contact name (WhoId) or Assigned To (OwnerId) fields on the Task object.

Query & Data Handling

Dynamic Components | Flow Components

  • Date Literals Breaking Query: Fixed the "t" character being incorrectly stripped from SOQL date literals (TODAY, LAST_MONTH, THIS_MONTH), which produced invalid dates and broke queries.

Dynamic Components

  • Builder Object Change Error: Fixed an error when switching a query from one Salesforce object to another in the Builder (e.g., residual columns from the previous object causing a field-not-found error).

  • Variables Mode Field Values: Fixed field values not appearing in Data Components when using query component results in variables mode.

Dynamic Components

Dynamic Components

  • Flow Output Variables on Load: Fixed flow output variables not being returned to the Dynamic Component when triggered via an on-load interaction with an autolaunched flow.

  • Blank Record ID as NULL: Fixed blank record ID input variables being treated as NULL when passed from a Dynamic Component to a Flow.

  • Avatar Images Not Rendering: Fixed mapped avatar images flickering and falling back to the default icon in component preview.

  • Timeline Date Format: Fixed dates displaying in an incorrect format (e.g., "2025 (day:17)") in timeline element field displays.

  • Formatted Value Platform Event Refresh: Fixed the Formatted Value component not refreshing automatically when configured with platform events.

  • Get Record Interaction Empty Fields: Fixed the Get Record interaction not updating variable values when fields are empty.

  • Line Chart Single Item Display: Fixed a Line Chart not displaying when the collection contains only a single item.

  • List Platform Event Filter Reset: Fixed the List component resetting filters for all users when a platform event refresh is triggered.

  • Get Record Invalid Field Reference: Fixed an invalid field reference in Get Record, causing all variable references to fail.

  • Builder Color Picker Value Persistence: Fixed the Toolbar Builder Color Picker so it no longer resets when clicked; it now stays selected.

Dynamic Components | Flow Components

  • Input Choice Set Tab Container Collapse: Fixed Input Choice Set component collapsing into a "More" dropdown after switching tabs in a tabbed container.

  • Combobox MultiSelect Item Removal: Fixed removing one pre-selected item in a multi-select combobox, clearing all pre-selected items instead of just the one.

  • Timeline Date Filter Not Inclusive: Fixed date filters not being inclusive for DateTime fields in Timeline components.

Calendar

Dynamic Components | Flow Components

  • Events Without Resources: Fixed events without an assigned resource are not visible when other events in the same view have resources.

  • Resource Filter Display & Selection: Fixed resource filter empty value color and selection functionality.

  • Events Not Showing in Preview: Fixed events not displaying in the Scheduler preview despite being fetched correctly.

Interactions

Dynamic Components | Flow Components

  • Open Quick Action Infinite Loading: Fixed the "Open Quick Action" interaction that opened a blank, endlessly loading modal instead of the expected quick action form.

  • Open Flow Interaction Slowness: Fixed a performance issue with the Open Flow interaction when many flows exist in the org.

Dynamic Components | Flow Components

  • Search Fill Position Layout: Fixed the search component with position="Fill" pushing the filter to the next line. Both components now stay aligned on the same row.


circle-exclamation

Important

Package
Installation Link

App Builder Components

Dynamic Components

Experience Sites Components

Sandboxarrow-up-right | Productionarrow-up-right (avxp namespace) v1.17 Sandboxarrow-up-right | Productionarrow-up-right (avcmpbuilder namespace) v6.20

Flow Screen Components


Last updated

Was this helpful?