Skip to main content
Feedback

Flow April 2025 Release Notes

April 23 2025

New
We added these features
  • You can now configure the label text of each field in the Payment Card page component directly within the page builder, enhancing flexibility and user experience. (FLOW-5634)

  • Audit logs now capture created, saved, and deleted events for Identity Providers, ensuring comprehensive tracking of IDP admin actions. (FLOW-8140 )

  • We enhanced OpenAPI handling to prevent the creation of duplicate types in POST/PUT requests when the request and response objects are identical. (FLOW-8176)

  • The Outcomes section is now visible when editing Wait, Operator, and OpenAPI steps, allowing you to view, add, edit, and delete outcomes seamlessly. (FLOW-8182) 

  • The process step now includes a comments box, enabling you to save and edit comments similar to other step configurations.  (FLOW-8208)

Fix
We fixed these issues
  • Issues related to the Data Grid's multi-select and deselect functionality, which previously caused inconsistent data and affected downstream operations, have been resolved. When items are deselected in multi-select mode, the state list now clears correctly, ensuring accurate data representation. Additionally, after selecting and deselecting the first record, if a second record is selected, the state list properly retains the second record. (FLOW-8179)

  • The issue where only page components outside a container displayed validation messages has been resolved. Now, all page components correctly trigger validation errors.  (FLOW-8187)

  • The Cancel button for Wait and OpenAPI shapes now functions correctly, closing and deleting the placeholder step just like other shapes, enhancing user experience and consistency across the application. (FLOW-8184)

  • An issue with the in-flight state expiry settings in the Flow properties configuration screen has been resolved, allowing you to change and clear values without encountering errors when saving. (FLOW-8200)

  • The issue with automapping nested type recursion protection not functioning has been successfully resolved. Now, for deeply nested or circular type hierarchies, the process exits after 10 levels instead of continuing indefinitely.  (FLOW-8213)