Skip to main content

🚧 Improvements

  • Webhook responses of Persistent listeners are now queued if the data record is in another flow, and they will be consumed once they return to the flow where the listener is and arrives at a Scheduler.

🐞 Bugfixes

  • Fixed bug introduced in v.8.7.1 that caused the FTP App to give false errors in the response when uploading a file.
  • Fixed that when an error happens in an App inside a "Run a flow", and the flow has an Error handler, the error was not saved. Therefore, it was not shown in the report and was shown as a 200 response.
  • Fixed the "Page not found" error when loading a Template of an Email/Plain text content.

🚀 New Features

  • Introduced ability to access interface headers via variable in flow objects.
  • Implemented RGB supported color selector in font settings for versatile color customization.
  • Integrated "page behaviour" settings in separator block for enhanced layout control.

🐞 Bugfixes

  • Refined the functionality of the API endpoint for advanced record filtering. It now accurately filters records based on specific statuses, boosting search capabilities.
  • Corrected an issue with the Custom app, which was erroneously indicating failed tasks as successful.
  • Addressed several issues in the File Manager that were affecting the search function.
  • Fixed a problem that prevented the Query builder from correctly displaying during Table Search operations, restoring its expected functionality.

The new PDF Editor, is now available as a public beta for all users. This expanded release brings an enhanced PDF creation experience to our entire community. Users can now take advantage of the advanced capabilities and improved functionalities offered by the PDF Editor.

🚀 New feature

  • Introduced a dedicated view to manage and modify custom components.
  • Enabled the use of table blocks to create customisable tables.
  • Implemented the ability to edit custom components directly on the PDF canvas.

A new PDF Editor is now being rolled out as a closed beta for a select group of users. This exclusive preview will soon be expanded to include all users, offering an enhanced PDF creation experience to our entire community.

🚀 New feature

  • The new PDF Editor includes creating, editing, naming, and describing PDFs, as well as choosing default layouts, seeing canvas with printable areas, and more.
  • Enhanced PDF component functionality now allows editing, changing order, deleting, and saving components, with new section, text block, and image block components added.

🚧 Improvement

  • Enhanced storage optimization process for better performance and efficiency.

🐞 Bug fix

  • Fixed a bug that caused orphan files when deleting data record temporal files.
  • Resolved an issue in JSON path query where using $.my_object.my_user.[?(@.attributes.name=='John')].age caused errors.
  • Fixed a bug in CSV2JSON where two workers executing the app at the same time caused conflicts.
  • Addressed an issue where saving app responses resulted in an empty response.

🐞 Bug fix

  • Resolved a bug related to the search function in array operations that caused unexpected behavior while searching for numbers with a length between 7 and 8.

🚧 Improvement

  • Improved the ADP API Request App by making the "request headers" and "request payload" fields optional.
  • Enhanced search performance in the report for cases with a large number of scheduled tasks.
  • Added new variable "@webhook-header.{webhook_id}.{request_header}" for accessing headers sent in webhooks.
  • Provided more detailed information on hover for "Error handler" and "Needs update" options in flow apps.

🚀 New feature

  • Added a new App called "ADP API Request" for communicating with the ADP API.
  • Added a Project overview in the environments that shows the number of tasks and progress in each project, which can be accessed from the left menu. This new overview also shows the system's storage usage and provides more accurate information on each project's storage.

🚧 Improvement

  • Improved workers performance in servers C and D.
  • Improved search performance in the report.
  • In the Tables App, the INSERT and UPDATE queries no longer reset previous SELECT queries, allowing you to use @table variables after an INSERT/UPDATE and have them reference the latest SELECT.
  • In the Tables App, the default comparator for the WHERE clause is now "equal" instead of "contains".

🚀 New feature

  • Significant boost in reliability and performance in both the Designer and the Environments.

🚧 Improvement

  • When creating a table, an error is now thrown if the name does not contain [a-z][0-9] and "_" characters. Also, the length cannot be longer than 50 characters.
  • Removed the auto-refresh when opening the variables modal window.
  • The error in the Apps that happens when the connection is abruptly cut in the middle of the transfer (error 43) will be possible to handle in the app.