Skip to main content

🚀 New feature

  • Deployed a new app to connect servers with Webdav service inside the Tools section.

🚧 Improvement

  • 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.

🚀 New feature

  • 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 .

🚧 Improvement

  • The way data logging execution is stored. It should now have less impact on your database, as data larger than 1 MB will be stored in files.
  • The functionality of "Table Query" App:
    • The "date_updated" of the table, now it's always updated regardless of the App used to update the data.
    • When doing an INSERT/UPDATE/DELETE, the response variables "total" and "result" now hold the same value. So if it's not UPDATED, both will have a 0.

🐞 Bug fix

  • Fixed a bug happening when a decision in a flow with a "Run a Flow" had an error and, the parent flow had an Error handler flow attached; the data record was restarting indefinitely.
  • Fixed that if in the flow, you open an object and SAVE before the HTML content loads, it lost its configuration.
  • The issue when opening a project in the Guest Project organization in the left tree view has been fixed. It was not possible to open with a left-click.
  • The bug that was preventing that sometimes the left tree menu was not being shown has been fixed.
  • Fixed an issue in the Custom App: without changing anything in the App, the update option appears in the flow that has an update.
  • Now, users watching a Managed service ticket also get notified when other people of the organization comment on that ticket, not only when the Support team adds new comments.
  • The "Download File From URL Object" function of the File Manager app dynamically creates the intermediate folders if they don't exist in the path provided.
  • Fixed an issue that Custom Apps using OAuth 2.0 was returning an error when using a variable as a parameter that holds an array.

🚀 New feature

  • Added new functionality to optimize the storage of an environment. Now the space left is adequately calculated.

🚧 Improvement

  • The JSON Path engine has been improved. It was preventing to look for values which contain some characters like "@" or "$. We have made some changes in the use of the operator to filter arrays. Check the knowledge base for more information.
  • The security has been improved by reviewing the permissions of folders and files in the file manager.

🐞 Bug fix

  • In Table, there was an issue when saving a column and set as "searchable."
  • Solved a problem when an object has another empty object inside the data record.
  • The variable was not being replaced when the variable name had brackets like " @keystore.my_keystore.['my_variable:attributes']."
  • Solved an issue in the content editor when the windows with the variables appeared over another window.
  • When a Custom App was created, it was missing a default name. In some browsers, it was making 2-3 copies of the same app.

🚀 New feature

  • Added a new function in the Website App to redirect the user to an external URL.
  • New four MACROs added for compressing strings: inflate(), deflate(), compress() and uncompress().
  • The API now accepts requests sent with Content-Type x-www-form-urlencoded or form-data.

🚧 Improvement

  • The attr-dynamic also work with the Keystore Access when configured on the website.

🚀 New feature

  • New MACRO added in Developers App: strip_tags().
  • Added a button to force the update in the Custom Apps, which are already placed on the dashboard if the custom app has been modified.

🚧 Improvement

  • jQuery library updated
  • Reviewed and updated the File Manager. Malicious files are not allowed to be executed or created.
  • Improved the view of the response and request details

🚧 Improvement

  • Telnyx API: Updated the function "Submit a verification code".
  • Public IPs of designers and workers are shown in the Project card.
  • New tool XML Schema validation.
  • Improved the performance of loading some views in the browser.

🐞 Bug fix

  • HTML editor shows the scrollbars correctly, and their size has been increased on Websites .
  • The data record editor now takes the full height of the screen.

🐞 Bug fix

  • Fixed issue on HTML contents causing the + character being removed.

🚀 New feature

  • 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.