Skip to main content

v.8.1.0

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

🚧 Improvement

  • Improved the loading speed of the organisation tree menu.
  • Websites can now use keystore data without having to start a flow first.

🐞 Bug fix

  • Reserved keywords like "key, select, update" can be used now as column names in Tables.
  • When the response of a Custom App is an array of objects, now we can access the elements with the notation " @app.my_custom_app.get_response.0@".
  • Counting the number of lines of a CSV batch v1 depending on how the file was encoded, is working as expected.
  • The variable "@system.flow.current@" when we are in a "Run a flow", was giving the information of the parent flow, not the current flow running.
  • Organisation tree menu was not loading when we are at "My profile" page.
  • When being logged out using Firefox, sometimes the login pages kept refreshing.
  • Sometimes the designer was not showing properly the projects hosted in an Environment due to a cache problem.
  • Interface variables with dots or unicode characters like "@interface.demo.['testing.example']" can now be used in HTML contents: HTML blocks, HTML for emails/pdfs, Hosted pages and Websites.