QA Release Date: October 07 2025
Production Release Date: October 21 2025
2025.10 Release Highlights
We have a big pile of feature highlights that will shiver your bones this October - I promise they're all treat and no trick. Read on to learn more!
API Tree Data Browser
The October 2025 release includes a new way to browse data in Fuuz: an API tree data browser! This component is available as a standalone screen ("API Tree Browser") or as a screen designer element for use in custom screens. It allows users to view data in the Fuuz GraphQL API in an expandable tree format, which is great for browsing hierarchical data like inventory.
Looking at inventory and locations in the API tree data browser.
The tree data browser is part of our ongoing goal of making data in Fuuz easier to comprehend, emphasizing the strong data modeling capabilities in the Fuuz platform.
Export System UX Improvements
Since we released our data export system in May, we've had lots users with a variety of experience levels use it, and they have provided some great feedback! With this month's release, we've completed a round of user experience improvements based on a combination of that user feedback and our own plans to improve the tool post-launch. We'll break those changes down into a few categories below!
Scheduled Exports
First up, saved export configurations in Fuuz can now be scheduled to run on a recurring basis! The user who created the export configuration will be automatically emailed when the scheduled export is completed, and the export history can always be viewed in the Export History screen. This is a great feature for automating simple reporting or data backups from Fuuz - although as always, more complicated use cases can still be handled using the data flow system.
Scheduled export configuration dialog.Simplified Basic Exports
With this release, we've also made the process of getting a simple export more straightforward. The Export Data screen is now a simplified interface, and with as little as five clicks, users can get a full export of every record in a collection: just select a data model, select the desired fields, select an export format (CSV or JSON), and hit go!
Simplified Export Data screen.Standardized History & Configuration Screens
Finally, we've implemented a significant round of changes to the Export Configurations and Export History tables and forms to improve consistency and make both screens flow more naturally. There's always further room for improvements, so we'd love your feedback - let us know what you think!
Updated Export History Form.
More Highlights
Screen Designer Scripts Tab
The 2025.10 release includes a new toolbox tab in the screen designer: Scripts! This tab displays a summary of all "dynamic" behavior in a screen, such as hide/show or data properties that have computed values based on other screen state. Each element with at least one dynamic script property is displayed in the panel, and users can hover over elements in the panel to see what properties on an element are scripted. Using the Search input on the panel, the elements can be quickly filtered by element name, scripted property name, or the content of the script.
The Screen Designer's Scripts tab.
Users can also click on any of the elements with scripts to edit the scripted value for any of the properties: