# 3.4.8 May 27, 2024

## Whats New - Key Highlights

<div data-full-width="true"><figure><img src="/files/64OI8hxLmoqiVINr8pHl" alt=""><figcaption><p>Import &#x26; Export <br>Workflows</p></figcaption></figure> <figure><img src="/files/Xe4ONf4THYyVPB1VLkJL" alt=""><figcaption><p>API Response <br>Validation</p></figcaption></figure> <figure><img src="/files/zSaalIghlY769eaHl51W" alt=""><figcaption><p>Conditional Builder<br>Improvements</p></figcaption></figure> <figure><img src="/files/ET8sZCdcUhtMrPFpvicn" alt=""><figcaption><p>Say hello to new font<br></p></figcaption></figure> <figure><img src="/files/z2Th73dcqfBxfJUzit5k" alt=""><figcaption><p>Introducing<br>Stop Step</p></figcaption></figure></div>

## Features/Improvements

* Say hello to our sleek new font! We've made some exciting updates to improve legibility and elevate the overall aesthetic of our web application.&#x20;
* Workflows Improvements
  * Users can export and import workflows across different projects within the application.
  * Added the ability to clone workflows.
  * Introducing *stop* *tool* to stop the execution anywhere in the workflows.
  * To improve the performance, the progress bar for automated jobs will not be visible upfront. Users can click the "Check Progress" button to view synchronization progress.
  * When an error is encountered in workflows, synchronization will stop. Previously, it continued despite errors.
  * API response validation now supports multiple options to handle various cases, reducing the need for a decision step after the API call.
  * Conditional Builder Improvements
    * Only three values allowed now: DataHub Field, String and Number
    * Manually entered values in LHS or RHS will be considered as strings, except for DataHub values.
    * Added validation based on the selected operator.
    * Introduced new operators 'isTrue' and 'isFalse'.
* Introducing background tasks.
  * Detailed log reports are prepared for download asynchronously. Once the file is ready, users receive an email notification and can download the file from the Background Tasks menu.
  * Background tasks records will be accessible for 3 days, after that it will be expired.
  * More long running services or tasks will be moved here to run asynchronously in the upcoming releases.
* Support for UUID package added in both flows and workflows
* The 'Now Modifier' now supports timezone and datetime formats.
* The invitations page has been redesigned for a fresh look and improved user experience.

## Minor Improvements & Bug Fixes

* Improved error handling and validation for cut, copy, and paste functions in workflows.
* If the DataHub array has no values, the length will now be return as 0 instead of null.
* Fixed search filter issues in Help & Support section
* Fixed API call total records miscalculation in some cases.
* Fixed source keyword issue and added support for patch APIs in mapping section.
* Added support for CSV Writer for Dynamic (Lightning) calls.
* Fixed issue with DataHub keys containing the '#' character not being fetched.

{% hint style="success" %}
Integrator Lightning Services are also updated to v3.4.8
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dckapintegrator.com/others/release-notes/3.4.8-may-27-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
