Version 1.23


New Features

New Assignment Interaction

The new Assignment interaction allows you to change the value of a variable in response to an event, such as when a user clicks a button. It’s a flexible way to manage state and control logic across your dynamic components.

What can you do with it?

  • ✅ Show or hide parts of the UI (e.g., toggle a panel)

  • ➕ Build counters (e.g., step indicators for wizards)

  • ✍️ Combine or clean up text inputs

How it works Add an Assignment action to any component's event (such as "On Click") and specify which variable to update, the operation (replace, add, toggle, etc.), and the value. You can use static values or other resources

Bug Fixes

  • Folder Assignment Persistence: Resolved an issue where a Dynamic Component's folder assignment would be lost after the component was changed and saved. Your components will now stay organized in their assigned folders.

  • Query Data Source Pagination Error: Fixed a bug that caused an "unexpected token" error when the query data source was used with pagination.

  • Inconsistent Record Counts: Corrected discrepancies in record counts between Avonni Components and Salesforce SOQL queries, ensuring consistent data display.

  • Query Filter "Greater Than 0" Issue: Resolved a problem where the "Greater Than 0" filter was not correctly accepted for number fields in queries.


Avonni Components for Flows & Sites Release Notes Access

Last updated

Was this helpful?