Fixed an issue where the scheduler would unexpectedly proceed without waiting for the set date/time.
Resolved a bug in the "Report" App where it failed to generate reports, displaying an error "foreach () argument must be of type array|object, null given".
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.
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".
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.
Environments storage can now be increased without changing the current package. You can add as many 100GB addons
you want.
ING App, new app for using ING Payment Request API.
Run a flow gets a new option to run in parallel. So when reaching the Run a flow app, a new datarecord is created,
with the current data of the former one, and it will be executed in parallel if you have enough free
workers.
Managed service gets a new type of ticket called "Training Request". Also, "Feature requests" have been moved to a
new platform.
Improved performance and speed when loading sections with many data.
Variables are now auto reloading when the variable pop-up is opened.
Enhanced variables pop-up search.
In the Website section, the input type "file", is not taking the parameter "Folder path in your File manager where
the file will be saved" as mandatory. If the value is empty, the file will be saved in the File manager's
root.
The configuration of the input type "file" allow to open the File Manager in a pop-up window so files or folders can
be selected from the Website section.
Improved styles in the File Manager, such as buttons and dialogs.