Skip to main content

31 posts tagged with "Apps"

View All Tags

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

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

🚀 New feature

  • You can now upgrade any Project in the Public Cloud, assign dedicated workers, removing banners and some limitations.
  • You can update details related to the Public Cloud for organisations within yours, such as pricing and a confirmation message.
  • New MACROs and functions in Developer Tools and String Operations apps: str_contains , str_starts_with and str_ends_with.
  • Ability to install apps and create Tables and Keystores from the app palette in the flow canvas
  • Ability to edit and create new Contents without leaving the flow canvas from the Content selector in the apps.
  • The Start object in the flow is now configurable.
  • New system app to include notes in the flow canvas.

🚧 Improvement

  • HTML2PDF app configuration has been simplified to use less required parameters having default values instead.
  • Improved the loading time of some internal queries

🐞 Bug fix

  • Fixed an issue that was causing a flow (from a "run a flow" app) to trigger its parent's error handler flow.
  • Fixed the search by flow name in the reports section.

🚧 Improvement

  • Improved the loading of the speed of the Environment detail when clicking in the left menu.
  • MACRO preg_replace() now accepts multiline text.
  • Show a new object in the report to represent that a user restarted a data record manually.

🐞 Bug fix

  • When editing a flow, if the user navigates to another page, only after having modified the flow, a warning appears to remind that you will lose the changes.

🚧 Improvement

  • The counter of the number of errors in an app is now reset when a successful response is received or there is an error handler defined in the App, and it has the option CONTINUE after a number of retries.
  • Improved the way the bottleneck object was calculating the time to be stopped when the option "MINUTE" was selected.
  • Improved the loading time of the list of flows and improved the screenshots quality.
  • For the preg_replace MACRO, the pipe character | can now be used in the first parameter of the function, so it can be used for the regular expression.

🚀 New feature

  • Bottleneck: This new system app allows us to control the number of data records to be executed at a specific time. It behaves as a counter, counting every data record that goes through it and stopping them once the limit is reached in the time-defined gap.

🚧 Improvement

  • Improved performance when loading the list of flows.
  • Improved speed when calculating the statistics of each environment.
  • Now It is possible to INSERT, UPDATE and DELETE SQL queries in the Execute SQL Query app, in addition to SELECT.

🚧 Improvement

  • Added API URL as a new parameter for the Visma | Onguard - CreditManager App
  • In the File Manager App, The Download file from URL function now throws the correct error code.

🚀 New feature

  • In the File Manager App, The Download file from URL function now allows adding custom headers to the request.

🐞 Bug fix

  • Fixed issue importing to a table from CSV.
  • Fixed issue editing a query on a Hosted Page.
  • Fixed issue with the preg_replace MACRO in Designer replacing static variables.