Skip to main content

v.7.3.0

🚀 New feature

  • Added a new option in the Webhook object to use Priority mode to process the webhook response faster.
  • Added the name and function name of the object in the flow when it is opened.
  • Telnyx App to use Telnyx API has been included in the marketplace.
  • Included a new header parameter called User Agent with the current Flowize version for the Gateway API
  • Added a new function called Implode, that joins array elements with a string for the Operation Tools
  • Added a new function called Search all the keys or a subset of keys of an array, that gets keys from an array for the Operation Tools
  • Added a new function explode that splits a string by another string for the String tools

🚧 Improvement

  • Improved performance when loading the tree in the left panel of Projects and Organizations.
  • Added milliseconds in the Report view of a data record.
  • Improved the performance and speed of inserting JSON and CSV for the Batches. It's a beta feature that you can use pointing to V2 of the API.
  • Uploading batches are now limited to increase the overall performance of the Designer. Only the first 20 records of each batch will be processed.
  • Improved the time it takes the workers to start executing when started from a Website
  • The Storage being used is also shown in the view when editing/configuring an Environment
  • Added new log entries about Environment Performance (low memory, low storage...), so you know when your system performance is low

🐞 Bug fix

  • Fixed issue using variables that contain quotes inside a JSON payload.
  • Fixed issue using Array operation function when the option selected was 'search with array output' and the input contains the @ character.
  • Fixed issue using a permanent webhook in a parent flow when the data record was stopped on a scheduler in a child flow. At the moment that a webhook response was consumed then, it was triggering the permanent webhook from the parent flow.
  • Fixed issue in Data and Schema editor when the payload contains emoji or unicode characters.
  • Fixed issue in loop object when the user changed the loop start configuration.
  • Fixed issue using condition object in the flow when the variable size was reaching the maximum limit allowed.
  • Fixed issue the first time that a user is invited to an organization.
  • Fixed issue if the user was a guest in a project but his role was MANAGER in an organization then if he clicked on unlock in the tree Menu he could move the project to his organization.
  • Fixed issue when the user tries to use a response variable is in Base64 in another App parameter the result was corrupt.
  • Fixed issue when a Custom App is defined with Type Raw then the break lines and other strange characters are double escapes.
  • Fixed issue in Custom App the Response payload type was getting the one defined on the Request payload.
  • Fixed issue when a custom app was duplicated, the object name was not updated.
  • Fixed issue when importing a project the custom app logos were not shown.
  • Fixed issue when opening old version of a Marketplace App that has a newer version and uses Auth. It was getting the Auth class of the newer version.
  • Fixed issue getting the headers when there was an error for the Mailjet app
  • Fixed issue when the user tried to create an interface with type CSV. It was not saving correctly the interface type.
  • Fixed issue in Interface section when the user tried to import a CSV from a file then the user couldn't save the Interface after clicking on check the payload and mapping button.
  • Fixed issue when cloning an HTML component or when creating a block out of a selected HTML component on the Website builder.
  • Fixed bug when updating an Environment, website Blocks were not exported.
  • Fixed issue using the Website builder in Safari browser. The toolbar icons were not showing properly.
  • Fixed bug in the API, when two or more batches were being received in the same second, only the payload of the last one was being processed for the Batches
  • Fixed issue when importing data to a Table.
  • Fixed issue when the user tried to paste a lot of IPs for whitelisting input on the Designer platform.
  • Fixed issue in Report search section when the user tried to search a value that contains '/' backslashes or '_' underscore characters then the system was escaping the value.
  • Fixed issue in Schedule Trigger when the configuration is on the past, then the schedule was inserting all missing data records until reaching the present moment.