Skip to main content

5 posts tagged with "Batches"

View All Tags

🚀 New Features and Improvements

  • Added a new Tool called "Execute Javascript" for running Javascript scripts in the server side. More information at the Knowledge base.
  • Refined flow palette for improved usability.
  • Added ability to send multiple attachments when using the Default Email channel.
  • Added extra information in data records, in the interface data, to reference the originating batch.
  • Added new @system variables to get information about the batch: @system.batch.id@, @system.batch.name@, @system.batch.current_item@ and @system.batch.total_items@
  • Improved Document editor to improve rendering time in big documents.

🚀 New Features and Improvements

  • Unified the "where used" dialog in the PDF creator to maintain a consistent appearance across the platform.
  • Improved the Test App window for a better understanding of parameter testing.
  • Default Email, SMS, and Print flow apps are now available as a closed beta for some users.
  • Custom Apps are now available in their own section on the flow palette.
  • Improved speed and performance when loading the Apps in the flow.

🐞 Bugfixes

  • Fixed an error in the PDF background that gave an unhelpful error message.
  • Resolved an issue where buttons disappeared in Interfaces → Testing API when using a flow with a long name.
  • In Batch v2, a hanging process stuck in the "In Progress" status when running from the interface or Postman was fixed.
  • Corrected the "Sorry, an error occurred" error when opening the Report page.

🚀 New feature

  • Significant boost in reliability and performance in both the Designer and the Environments.

🚧 Improvement

  • When creating a table, an error is now thrown if the name does not contain [a-z][0-9] and "_" characters. Also, the length cannot be longer than 50 characters.
  • Removed the auto-refresh when opening the variables modal window.
  • The error in the Apps that happens when the connection is abruptly cut in the middle of the transfer (error 43) will be possible to handle in the app.

🐞 Bug fix

  • Fixed an error in the Batch view while processing a JSON one using endpoint "/v1/". It was showing the same number in "total" and "inserted".
  • Fixed issue with content collections using conditions .
  • Removed the extra footer that it's only meant to be in the emails sent from the designer for the HTML to PDF.

🚀 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