Skip to main content

v.7.1.0

🚀 New feature

  • Update Environment code: Now, it's possible to start or schedule an update in your environments when a new version of Flowize comes out. If the latest version is a major update, you won't be able to update the projects until you apply the update.
  • Error handling per App: Now, it's possible to configure per App in the flow and what to do when an error happens. You can configure the number of retries and also if you want to stop or continue the flow if that specific error occurs.
  • App GatewayAPI: It uses the service GatewayAPI to send SMS. GatewayAPI is an API service providing out- and ingoing SMS message services at competitive prices.
  • App Otys: Upload files to Otys service.

🚧 Improvement

  • Now we can delete a flow that has status running. We are warning the user if it's being used in other flows.
  • Added Variables button in Sync URL Headers.
  • Added option to include white spaces or other characters on the left side of a decision parameter for dynamic decision tool in the flow.
  • On Websites, when submitting a form, if the "disable buttons" option is enabled, <input type="submit"> , <input type="button">, <input type="reset"> are also disabled.
  • Added option to use GET parameters from a Webhook response (@webhook-get), Interface (@interface-get), Direct URL ( @get), or in the Website (@site-get) when the page is loaded.
  • Improved the performance of gathering the data from Environments for the statistics.
  • Improved the Reports overview, adding more statuses for filtering

🐞 Bug fix

  • Fixed the issue regarding that sometimes the parameters of the oauth2 were deleted.
  • Showing now the actual errors from the API.
  • You don't need to set up the header parameter (Bearer ...). The system takes it directly from the oAuth2 Authentication parameters.
  • Jira plugin revision.
  • Fixed issue replacing header variables in Sync URL.
  • Fixed issue in the Website Builder when saving the template header.
  • Fixed issue saving Website resources. Now we are not injecting or saving the prefix.
  • Fixed issue in Website renders when the JSON length is more than 512 characters, the CSS now is injecting it correctly.
  • Fixed issue in Custom Apps: When updating the header parameter, sometimes it updates another header parameter with the new value. Wrong update.
  • The worker now throws an error when they reach a Decision or Webhook and one of the outputs it's not linked to another App.
  • Fixed auto-save when on Template editor was generating the preview.
  • Searching in the "My variables" popup is now case-insensitive.
  • Fixed issue that the worker was updating the data record status to FINISH when arriving to a MOVE TO FLOW.
  • Fixed bug when using the MACRO base64_decode() that was causing that the data record information was not being saved properly, and it was being executed in a loop every 10 minutes.
  • Fixed bug retrieving variables in the plain text editor.
  • Fixed memory_leak when updating the authentication information of an App being used in many flows.
  • Fixed issue in Sync URL headers. It was not showing the button to add variables after saving it.
  • Fixed issue using @table and @keystore with a big amount of rows in a Website or HostedPage.
  • Fixed issue in Scheduler: When using the format 'U' in the "Specific date and time" option, the timezone the user selected was not being taken into account.
  • Fixed error in Custom Apps when configuring the outgoing request: In Headers, when modifying the key, the value was being cleared.
  • Fixed issue copy/paste an object in the Flow canvas. Now the object pasted is not overlapping the clone one.
  • Users with roles 'USER' and 'SUPPORT' cannot delete Environments anymore. Only 'MANAGERS' can do it.