This release delivers major performance optimizations, increased compatibility, and several key bug resolutions.
🚀 Improvements
- Workflow Performance
- Significantly improved performance when opening a Workflow
- Significantly improved performance when loading the entire list of Workflows
- Further improved performance when opening models, especially when opening them for the first time
- Form Enhancements
- Improved performance when opening forms with multiple selection controls
- File Handling
- Added support for
.dwg
files in the FilePicker control
- Added support for
- System Reliability
- Added automatic retry function for 503 responses when communicating with SharePoint Online
- Actually support multiple hosts for a single RemoteEventReceiver. Now, all configured hosts correctly receive events from third-party sources like SharePoint
🐞 Bug Fixes
- System Stability
- Fixed a rare bug that caused an endless loop flooding the log files when an issue occurred within a database mapping [23793]
- Fixed an endless recursion issue when calling a specific API endpoint, causing the system to crash [23775]
- Form Behavior
- Fixed an issue that caused a form to be unfinishable if a checkbox in an editable table was clicked [22506, 23817]
- Fixed an issue where selection controls in the form builder (e.g., tables) did not show the actual selected items when more than one item was selected
- Fixed an issue that incorrectly threw an error for Activities using selected values
- Data Parsing & Localization
- Fixed an issue that caused numbers to be parsed incorrectly in the ReadJson Activity when the FireStart Server was running on a system with a different number format than the default English one
- Authentication
- Fixed an issue that prevented the usage of ADFS authentication for Business Entity Mappings