Added to the "/environments" API endpoint the possibility to add/update the URL mapping defined in the environment. Detailed information on: https://doc-api.flowize.com/#environments
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.
Improved the JSON path using the Array operator app. Now we can search values using the logical operator (OR), and also it
has improved the search engine when the data contains some special characters like '$', ';' or single quotes and double quotes.
Added new security option in Interfaces, CORS configuration. If you need to send data to Flowize from external domains via Javascript, now you can configure which domains can send data to your project.
New "/environments" API endpoint, allows environments to be created and managed via the API. To use it, you must activate the API key of the Organization editing it. Detailed information on: https://doc-api.flowize.com/#environments .
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.
Fixed error in the Schedules that if the configuration was in NO
REPEAT and the day to start has passed, it tried to insert several times some data records.
Fixed error in the Schedulers when moving RUNNING ones from an Environment to another and the date of the scheduler to
run has already past.
In the Environments, fixed that the name of Organization of the user was shown in the top bar instead of the
Environment name.
In the Environments, fixed that only the creator of the project could invite users to the project in the
Environment.
Using an array of a Keystore in a Loop object was failing as the variable was not being
replaced.
Adding/updating a Project in an Environment while records are running could lead to unexpected
errors while information is updated. Now it's avoided waiting for the records to finish before doing the
update.