Skip to content
  • There are no suggestions because the search field is empty.

Release notes - April 2026.7

List of release notes from April 1, 2025


Our team has focused on delivering a range of platform enhancements over the last two weeks. In this update, you’ll find a clear overview of the latest feature additions, changes, and resolved issues. For a comprehensive breakdown, be sure to review the full release notes.


 

Pages

 

New features

1. Betty Genius: Dialog components
Betty Genius–generated pages now support Dialog components, unlocking more flexible user interactions. With this new capability, you will be able to:

  • Confirm deletions inline – show a 'Delete record' confirmation dialog directly from a data table or detail view, with access to the record being deleted

  • Edit records in-place – display Edit Forms in a dialog when updating a record, enabling full CRUD operations on a single page without needing to create separate pages

This improvement makes Genius-generated pages more interactive and user-friendly, helping you to create the desired user interface. 

2. Betty Genius: Page-level interactions
In Genius-generated pages, we have introduced the ability to create page-level interactions. This feature can be used to create functional use cases like: 

  • On Project create action success, redirect to the details page of the newly created record

  • On Project create action success, refetch the page collection variable to get the latest data

  • If the 'Show dialog' checkbox variable is false, always clear my form object variable.

 

Improvements & fixes

Betty Genius fix:
Page compile validation error redirect
When any component on your page contains invalid options, the page compilation will produce validation errors. Selecting an error in the list will now correctly navigate you to the relevant component and open the sidebar tab that contains the invalid option. Previously, this redirect did not always open the correct tab, but this behavior has now been fixed.

Pages compiler fix 
Error when compiling empty collection components
We’ve fixed a Pages compiler issue where a collection component without a collection variable set would cause a compilation error. This has now been resolved, so these components compile successfully.

Classic material UI component set fix 
Rich text editor font styles issue
We’ve fixed an issue in the Rich text editor component where, in some cases, the font style options were not displayed in the dropdown. The font styles list now appears correctly.

Classic material UI component set improvement
Data list pagination styling improvement 
We updated the Data list component to improve the styling and alignment of the pagination controls. You are now able to update the positioning and the coloring. 


     

    Up next

      1. Application visual architecture
      A new feature in the platform, to bring an overview of how your application parts are connected. It gives a high-level schematic view of your application. But it will be more than just a diagram. It will be a view in which you can also plan, build and evolve the parts of your application.  

      The very first version includes the following scope: 

      • Visualize which pages your application consists of
      • Visualize which layouts on which pages are used
      • Visualize how Pages and Layouts are connected through navigational components, such as menu items in layouts or navigation buttons on pages

      In this schematic view, we will eventually also allow you to preview your Genius AI chat proposals and saved Plan next to your existing application parts. 

      Timeframe: April '26


      2. Betty Genius: Filter collection variables on input fields
      In Genius-generated pages, we will introduce the ability to use input fields as dynamic filters for collection variables behind data tables and lists. Input components (such as search fields) will be selectable within a collection variable’s filter configuration. When the input value changes at runtime, the filter is automatically applied and the updated data is queried. This enables a responsive search experience.

      Limitations: Filtering will be triggered only on value change at runtime. Other events (e.g., on blur) are not supported yet. Applying multiple inputs together via a Button click is not yet available as well.

      Timeframe: April '26


      3. Betty Genius: New components supported
      Genius-generated Pages will include the following new components: 

      • Drawer component – a panel that slides in from the edge of the screen (usually left or right) to show additional content without navigating away from the current page.
      • Snackbar component – a small, temporary notification that appears on the screen, usually at the bottom, to give users quick feedback about an action.
      • Menu button component – when clicked (or tapped), opens a list of options in a small dropdown.
      • Tabs component lets you switch between different sections of content within the same view without navigating to a new page.

      Timeframe: April '26


      4. Betty Genius: Collection pagination controls
      In Genius-generated Pages, you will be able to control the skip and take and the current page of a collection of records. This allows you to generate or build manually pagination controls for data tables or data lists, including a descriptive text as "1 to 20 of 100 total results" dynamically displayed, with a next and/or previous 'page' button. 

      Timeframe: April '26


      5. Betty Genius: Dynamic boolean option type
      In Genius-generated Pages, the Boolean option type will be enhanced. Instead of always setting a static True or False value, you will be able to set a dynamic value: either a direct property link or on data condition (filter) that results in a true or false. This will unlock many use cases like: 

      1. Set Button “Loading” boolean option to true, if action is in loading state
      2. Set First name input “Disabled” boolean option to true, if Last name has no value

      Timeframe: April '26


      6. Betty Genius: Dialog enhancements
      In Genius-generated Pages, using dialogs will be enhanced with: 

      1. Set record context from a table to the variable used in a dialog
      2. On closing a dialog, clear the form object to its  initial values

      Timeframe: April '26


      7. Betty Genius: New Text Filter Predicates – Is empty & Is not empty
      In Genius-generated Pages, page variable filtering and display logic filtering will be supported with two new Text filter predicates: Is empty and Is not empty. These predicates make it easier to query or control content visibility based on whether a Text property has a value.

      Example use cases:

      • Show the Last Name text field only if First Name has a value (Is not empty).
      • Display an information panel only if Email has no value (Is empty).

      Expected behavior of is empty and exists on Text fields compared:

      • Is empty / Is not empty – Checks whether a Text field has content.
        • "" or NullIs empty
        • "Hello"Is not empty
      • Exists / Does not exist – Checks whether a Text field is defined (not null).
        • "" or "Hello"Exists
        • NullDoes not exist

      Timeframe: April '26


      8. Betty Genius: Automated Form action step syncing

      Previously, when you modified a generated form, the assigned rows in action steps (for example, in Create or Update steps) were not updated automatically. With this release, syncing is now automated. Whenever you change a Form (by adding, removing, or updating inputs), the assigned rows in the related action steps are synchronized with those changes.

      This enhancement makes managing form changes in Genius-generated Pages as seamless and user-friendly as in classic Pages, reducing manual updates and saving time.

      Timeframe: May '26


       

      Actions

       

      New features

      Debug logging for Wasm Actions

      Value: Debug logging is now available for Wasm Actions. By enabling logging for an entire Wasm Action and optimizing how execution details are shown on the logs page, builders can troubleshoot their actions in minutes instead of hours

      Impact: You can enable or disable logging per action using the toggle in the Wasm Action settings.


       

      Up next

        API key for the MCP server 

        Value: As your ecosystem of Model Context Protocol (MCP) servers grows, securing access becomes a top priority. Currently, the MCP servers are publicly available to AI clients. This feature introduces a streamlined API Key authentication method, allowing builders to protect their MCP servers with secret tokens. It reduces security debt and ensures that only authorized clients can access your server’s resources and tools

        Impact: Once released, you will be able to generate and manage unique API keys directly from your authentication profiles IDE

        Timeframe: Upcoming 2 weeks


         

        My Betty Blocks  downloads.intercomcdn.comio1110228385513a7c08954936853c7e2aefMyBB-Oct-15-2024-09-46-34-6716-AM

         

        New features

        Prompt assistant

        Value: Get real-time feedback on prompt quality directly in the trial sign-up flow, helping users get more reliable and accurate results from AI-powered features

        Impact: Trial users can now submit a prompt during onboarding and receive suggestions, along with clear feedback on how to improve it.


         

        Improvements & fixes

        1. Audit log now shows the correct role name for members

        • Value: More accurate audit logs make member role changes easier to track and review

        • Impact: Previously, changing a member’s role to “Low-Code Developer” was incorrectly logged as “Admin”. This has now been fixed, and the correct role name is displayed

        2. Assets loading correctly after migration

        • Value: More reliable asset delivery after environment migrations helps prevent disruption to running applications

        • Impact: Assets were not loading correctly in some environments after migration. This issue has now been fixed

        3. User names now visible for existing users

        • Value: Better visibility of user information across the platform

        • Impact: User names were not displayed when an account already existed. This has now been corrected

        4. Chat support moved to HubSpot

        • Value: A more integrated and capable support experience directly within the platform

        • Impact: In-platform chat has moved to HubSpot Chat. You can continue reaching out to support as usual. The experience remains the same, now powered by a new provider.


         

        Up next

        1. Streaming responses in Solutioneer

        • Value: Faster, more responsive AI interactions in Solutioneer, with responses appearing as they are generated instead of only after the full answer is complete

        • Impact: Answers will begin appearing immediately, significantly reducing perceived wait time. No changes are required to your workflow

        • Timeframe: April '26

        2. Selectable suggestions in Solutioneer

        • Value: Faster and more intuitive Solutioneer interactions by allowing users to select suggested options directly.

        • Impact: Instead of typing out each response, users will be able to click suggestions to move the conversation forward more quickly. No setup is required.

        • Timeframe: April '26.


         

        Platform roadmap

        Want to know more about the upcoming features and functionalities of the Betty Blocks platform? Visit the platform roadmap of our community, where you can find most of the topics that we are currently working on and are planning to work on. Let us know your thoughts by upvoting the topics you believe are the most valuable!

        Platform roadmap