> For the complete documentation index, see [llms.txt](https://docs.dckapintegrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dckapintegrator.com/others/release-notes/3.4.6-january-4-2024.md).

# 3.4.6 January 4, 2024

## Features/Improvements

1. Workflows:
   1. Introducing replacers to replace/override any previous step response.
   2. Introducing while in loop action with the ability to break out of the loop when the specified condition is met.
   3. Allow global exposure of loop children step response outside the loop scope along with the ability to select specific data for API Call action. By default, steps inside the loop cannot be accessed outside the scope.
   4. Introducing Cut, Copy, Paste and Comment options.
   5. Ability to modify the sample dynamic payload
2. Beautified Console log viewer to view the console logs and JSON data will be rendered in JSON viewer for better readability.

## Minor Improvements & Bug Fixes

1. Added title/description to all the step responses in DataHub of Workflows.
2. Ability to create ticket from the notification emails.
3. Decision action of Workflows will now have the ability to compare a step response field with another field. Previously, only comparable with a string.
4. Tooltip with accepted date time format is shown in Formatter action of Workflows.
5. Fixed various minor issues in workflows.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dckapintegrator.com/others/release-notes/3.4.6-january-4-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
