Skip to main content
Feedback

Flow Release Notes for November 2025

November 26 2025

New
We added these features
  • Added an import flow button to the empty flows list screen, enabling users to easily import flows when they do not have any existing flows. (FLOW-8807)

  • Added theme import and export features to the theme list screen, enabling users to easily manage and share themes across different environments. (FLOW-8781)

    Refer to Import and Export functionality.

  • Enhanced environment variable handling for secret values, ensuring they are correctly passed into connectors. (FLOW-8777)

  • Added an environment variable picker for fields used for setting up identity providers, enabling users to easily configure different settings for development, test, and production environments without manually entering values. (FLOW-8750)

  • Removed the developerName, whoCreated, whoModified, developerSummary, whoOwner, alertEmail, and comment fields from the /api/run/1/flow endpoint, improving data privacy and security. (FLOW-7900)

  • Updated the expiry duration for designtime session cookies and JSON Web Tokens (JWTs), setting them to 12 hours for enhanced security and user experience. (FLOW-7880)

Fix
We fixed these issues
  • Resolved an issue with the SQL connector where updating a field value to blank was not persisting in the database, allowing users to clear text field values as needed. (FLOW-8747)

  • Corrected the environment settings screen to prevent errors when a tenant is not part of an organization or lacks the required permissions, ensuring a seamless experience for all users. (FLOW-8787)

  • Addressed an issue where charts sourcing data from connectors were only displaying one dataset when multiple datasets should be shown, ensuring accurate data visualization. (FLOW-8729)

Platform Release

November 08 2025
New
We added these features
  • Added a checkbox to enable/disable SSO during account creation and management, providing administrators with an intuitive way to control SSO functionality per user. (FLOW-7465)

    Refer to Adding a user to a tenant.

  • Removed support for state reporting in the tenant settings, as Observability now supports this functionality through OTLP. (FLOW-8713)

  • Updated the default email address for public users from admin@manywho.com to no-reply@boomi.com, providing a more appropriate and recognizable email address for public flow communications. (FLOW-8712)

  • Increased the headless execution and macro limit to 100,000, enabling the execution of more complex and data-intensive flows without hitting the previous limit. (FLOW-8667)

  • Added a context menu for managing tabs, allowing you to close individual tabs, close tabs to the right, close other tabs, or close all tabs easily. Tabs with unsaved changes remain open when using the close options to preserve unsaved work. (FLOW-8659)

  • Introduced tab reordering functionality, enabling you to rearrange tabs via drag and drop in the design interface. (FLOW-8649)

  • Increased security for public flow apps:

    • Introduced a public confirmation warning for non-environment enabled tenants, alerting you when publishing a public flow. (FLOW-8549)

      Refer to Security section on Tenant page.

    • Incorporated a confirmation prompt when activating a snapshot without authentication enabled, ensuring you are aware of potential security implications. (FLOW-8558)

    • Enhanced filtering capabilities in the Flows list, enabling you to view secured, public, or all flows. (FLOW-8555)

      Refer to Flows page.

    • Added a confirmation box requiring text input when publishing an unprotected public flow, prompting you to acknowledge the risks and intentionally bypass the warning. (FLOW-8550)

    • Added public and secure icons before the flow version ID in both the release and environment contents lists to help you easily identify the visibility status of each flow version. (FLOW-8584)

    • Implemented an audit entry when you turn off the requirement to type "PUBLIC" in the tenant settings, providing visibility into changes made to tenant configurations. (FLOW-8589)

      Refer to Security section on Tenant page.

  • MCR improvements:

  • New component support for enhanced data visualization:

    • Image: Converts text into an image using the text as its source. (FLOW-8627)

    • Hyperlink: Converts text into a clickable hyperlink that opens in a new browser tab. (FLOW-8626)

    • Progress Bar: Converts numerical values into a basic progress bar to represent progress visually. (FLOW-8625)

    • Relative Time: Displays time values in a browser-relative format, such as “x days ago” or “in x hours.” (FLOW-8624)

    • Tex Input: Implemented a Tex Input component, enabling you to enter text with a maximum length restriction. (FLOW-8701)

      Refer to Text Input component.

    • Number Input: Implemented a Number Input component, to capture numeric input in a Flow. (FLOW-8703)

      Refer to Number Input component.

  • Component improvements:

    • Migrated page component attributes for Table, Datagrid, Tiles, List, and AI Chat to UI configuration options, simplifying configuration and providing a clearer, more intuitive experience. (FLOW-8656)

    • Added support to display more than 50 items in a select component, allowing you to work with larger data sets. (FLOW-8633)

    • Added autocomplete attribute support for Input components, enabling you to leverage browser autofill capabilities for an improved data entry experience. (FLOW-8599)

      Refer to Input Component.

    • Unpinned the actions column on the data grid, resolving extra margin space to the right of any outcome buttons that appear in the cell. (FLOW-8441)

    • Removed non-applicable sections from the column component editor to simplify configuration and improve usability. (FLOW-8623)

    • Enhanced custom column components to include additional content data, allowing you to access and utilize more information within their custom components. (FLOW-8607)

Fix
We fixed these issues
  • Fixed the Datagrid date column editor to allow clearing values, enabling you to edit and remove date entries properly. (FLOW-8674).