Skip to main content

v.8.5.1

🚧 Improvement

  • Improved the ADP API Request App by making the "request headers" and "request payload" fields optional.
  • Enhanced search performance in the report for cases with a large number of scheduled tasks.
  • Added new variable @webhook-header.{webhook_id}.{request_header} for accessing headers sent in webhooks.
  • Provided more detailed information on hover for "Error handler" and "Needs update" options in flow apps.
  • Added a new function in the File manager App for listing the contents of a directory.
  • Added a new MACRO, explode, which splits a string by a string.
  • Added a new option to Array operations App, Removes duplicate values from an array, which removes duplicate values from an array.

🐞 Bug fix

  • Improved the search functionality for the Array Operator with the < and > operators, resolving previously reported bugs
  • Fixed the "Restart Datarecord" option when a data record is stopped in a scheduler object.
  • Addressed issues with the CSV to JSON App when the output exceeded 3MB.
  • Fixed the API endpoint /v1/flowdiagram to retrieve the correct data.
  • Fixed the API endpoint /v1/keystore/{keystoreId} to correctly search for data in the keystore when using the OR operator.
  • Addressed the issue where error handlers in Run a Flow could take several minutes to start.
  • Resolved the issue where the screenshot of a flow in the Report would be hidden when the list of flows was long.
  • Fixed the function Decrypt in the **Data Encryption" tool when the encrypted data is set as HEX but the data is not in HEX format.
  • Implemented a fix for a potential issue where a long-running script (over 10 minutes) could result in a second worker processing the same data record. This issue has been resolved and workers are now prevented from picking up the same record.
  • Prevent memory exhaustion in workers running for long periods.
  • If some data is missing and the flows cannot be executed when adding a project to an environment, that missing information will now be added when updating the project.