Skip to main content

🚀 New feature

  • New section Websites (beta) has been released. This feature allows you to create websites that interact with a flow in a simpler way.
  • New websites don't need a DirectURL to be rendered. You can find each page's URL in the content editor.
  • New tab in the flow palette with apps to control what happens on your websites.
  • New function Create User in the Jira App.

🚧 Improvement

  • The design of the content editor in the new Websites and Hosted Page sections has been improved.
  • In the content editor, we now provide more information about the HTML tag selected.
  • Now you can configure the behavior of a form in your contents without having to edit the HTML.

🚧 Improvement

  • File Manager App: Added a new function to download a file from a URL to your file manager.

🐞 Bug fix

  • Fixed an issue that was causing the workers not to throw the error handler when using a combination of "run a flow" in a loop and several error retries per app.

🚀 New feature

  • Two-factor Authentication: It can enable from "Your profile". You can use an App like Google Authenticator or just receive a code by email.

🚧 Improvement

  • Signmail App: Added a new parameter to the option Signature to provide the HTML of the page to be used to show the signature.
  • Signmail App: Added new parameter provide the webhook URL every time you send an email.

🐞 Bug fix

  • Fixed the Batch view to show the error file if there were errors.
  • Fixed error using App Credentials option with OAuth2 when a child App needed to update the refresh token.
  • Fixed error when comparing a string with a JSON in Decisions/Conditions.
  • Fixed error when creating a project where sometimes the System Apps were not available.
  • Fixed error when a query on your Tables contains limit 0, or it's just empty.

🚧 Improvement

  • Tables: New column type (TEXT) can be defined to hold up to 16.777.215 characters (16MB)
  • Schedules: You can define the timezone where the schedule will take place.
  • Schedules: In the Environment detail, a new card called "Schedules" can be added to view the information of the schedules already configured on it.
  • Improved the way each environment runs background tasks to optimize the overall performance.

🐞 Bug fix

  • In CVS had headers with blank spaces. Now they are correctly cleaned.
  • In HTML to PDF App, fixed that DPI was always fixed at 96.

🚀 New feature

  • Environment Dashboard: In the detail view of an Environment, when clicking on the left menu, you can configure that view to your needs to show only the information that is important to you. There are five different types of cards and more to come: Endpoints, Projects hosted, Project URLs, SSL Certificate, and Website URLs mapped.
  • Organization URL Dashboard: In the detail view of an Organization, there is a new tab called "Dashboard URLs", where you can configure which environment information you want to monitor in separate screens. There are three different ways to configure the dashboard: Workload/Storage cards, and Errors, only Workload/Storage cards or only Errors.
  • Flow Changelogs. This new feature allows keeping track of why and who made some changes to a flow.
  • New Trigger: Schedule. It's a new way to insert and enrich data into your flows. The Schedule can start a flow once or repeatedly run for a period.

🚧 Improvement

  • When an Environment is CRITICAL, we cannot add or update projects in that Environment as the process can fail.
  • Interfaces: A new JSON editor has been included when the payload is JSON.
  • Tables: In the option to export the data, the following parameters: id, date_created and date_updated are also included.

🐞 Bug fix

  • Fixed an error causing some Custom Apps to fail due to an obsolete URL sanitizing.
  • Fixed that if a Manager changes its Organization details, was also changing the organization it belonged.

🚧 Improvement

  • Included new function "CSV to JSON Array" in Developer Tools App
  • Renaming previous "CSV to JSON" to "CSV file to JSON file"

🐞 Bug fix

  • Fixed several issues related to Users. It was not possible to delete them from an Organization.
  • Support role now can edit/delete users from Organisations below. He can only see the list of users of his Organisation.

🚀 New feature

  • Upgrade an Environment. When you find that your Environment is running out of storage or its performance is not what your projects demand, you have the option to upgrade your server to a higher package.
  • Updating Projects in Environments. When you want to update a project in an Environment, now you can update it from the Designer or from another Environment. Also, you will be able to select which data you want to update from: Static Schema, File manager, Tables, Keystore

🚧 Improvement

  • The environment name and description can be modified from the Designer.
  • New icon design for the Browser tab of your Environment, so you can distinguish which tab belongs to the Designer and which one to an Environment.

🐞 Bug fix

  • Fixed an issue that removed part of the variables in case they contain some reserved words.

🐞 Bug fix

  • Custom Apps: Updated to v1.3 to fix a bug in the oAuth2 connector
  • Added new functions in DigitalOcean App (Retrieve Droplet Action by Identifier, Retrieve Volume Action by Identifier, Retrieve Droplet Action list, Retrieve Volume Action list)

🚀 New feature

  • New variable type @header. for Custom Apps. Those variables will hold the response headers, and they can be accessed as @header.app_id.function_id.['Content-Type']@
  • New App, Tables Query, which allows to access your Tables' data with SQL-like queries. You will be able to execute JOINS, SQL functions but only in SELECT clauses. In the designer, the maximum number of results you can retrieve will be limited to 100. In your own Environment there is no limit in the results you can retrieve.
  • In the Project top-right menu, there is a new option to "Release the Project to Environment". You will need to choose to which Environment do you want to add the project, or in case the project is already in the Environment to update it.

🚧 Improvement

  • The left menu now contains environments and projects in the same view.