8.82 Release Notes

Release date: January 19th, 2026 ET

We released the following updates since 8.81:

Improvements

  • Gantt chart:

The print function in Flow Production Tracking now provides a better printing experience for Gantt charts and other views.

Cleaner print interface

Redundant UI elements have been removed from canvas, detail, list, and thumbnail views when printing. The page name is now more prominent in the printed output, making it easier to identify printed pages.

Enhanced Gantt printing

Gantt chart printing has been improved to print the entire set of records, not just what’s visible on the screen. This ensures you can print complete Gantt charts with all your records, regardless of how many are displayed in the current view.

  • Notes

You can now sort note replies by their most recent activity, making it easier to follow active conversations and see the latest updates first.

The Note information panel now includes a Sort Replies drop-down that lets you toggle between Latest First and Oldest First sorting options.

  1. Open a note in the note info panel.

  2. Click the new Sort Replies drop-down.

  3. Select either Latest First or Oldest First.

    The replies automatically reorder based on your selection.

Documentation

To learn more about working with your Inbox and notes, check out our Inbox documentation and Notes documentation.

  • Data Export

Enable API export for any grid page directly from Page Settings. Once enabled, the page becomes available for export through API endpoints in the CSV format, with all saved filters, sorting, and column configurations automatically applied. This is especially helpful if you want to set up automatic reports.

Note:

This feature lets you tag a page so that it’s exposed for exporting using the Flow Production Tracking API. The code to retrieve the CSV data through the API will need to be created by your development team. See the Python API or REST API documentation for details.

There are benefits to using the API CSV export over the manual method:

  • Automated data extraction: Programmatically export page data without manual intervention.

  • Consistent exports: Saved filters and sorting are automatically applied for consistent results.

  • Integration-friendly: Access page data through REST API or Python API for custom workflows.

  • Layout support: Export specific layouts when multiple layouts are available for a page.

Note:

API Export is available only for grid-type pages. You must the permissions to edit the Page Settings to use this feature.

To tag a page for API export:

  1. Navigate to the grid page you want to enable for API export.

  2. Open Page Settings from the page menu.

  3. Toggle API Export to enable the page for API-based exports.

    1218×685 184 KB

  4. Configure your filters, sorting, and columns as needed.

    Once enabled, any saved filters or sorting on the page are automatically applied to future API exports, ensuring consistent data extraction.

Documentation

Bug Fix:

Data Graphs:

  • Fixed an issue where the graph’s linked data in the pop-up window did not change according to the machine’s time zone. [SG-41231]

Pin Columns:

  • Fixed an issue where the pinned column’s linked pipeline field displayed an incorrect calculated result. [SG-41403]