Flow June 2025 Release Notes
-
We added a new hyperlink component to make it easier for flow builders to incorporate hyperlinks into their pages easily. Read Hyperlink Component to learn more. (FLOW-7721)
-
We enhanced the multi-select option for the combobox component. This change ensures that once an option is selected, it no longer appears in the drop-down. Additionally, in single-select lists, selecting an already chosen item will maintain its selection. (FLOW-8362)
-
We enhanced the combobox component's functionality so that pressing Enter while searching now selects the first search result. If you do not find any matching results, no action occurs. (FLOW-8361)
-
We added support for OpenAPI OIDC Client Credentials, enabling you to configure OIDC using the Client Credentials grant type and use this to request with the OpenAPI map element. Read Configuring OpenAPI to learn more. (FLOW-8337)
-
We improved MCR cloud sync functionality. (FLOW-8356)
-
We updated the Runtime to ensure all root faults appear in the developer console. You can also view these faults on the dashboard screen by navigating to Usage, performing a root fault, and filtering by Done. Additionally, you can access root faults using the API endpoint
/api/admin/1/states/{state_id}. (FLOW-8374) -
We resolved the issue causing the dashboard to crash when displaying root faults. (FLOW-8375)