> 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.3.4-march-31-2022.md).

# 3.3.4 March 31, 2022

## Features/Improvements

1. Free plan capability has been introduced
2. Pipe Edit page has been redesigned to add credentials and filter the flows based on systems
3. Dashboard page performance has been optimized
4. Advanced Modifier IFELSE supports additional capabilities to check conditions with the operators <, <=, >, >=, ==, !=, in
5. Added XML payload support for v3 dynamic services. For lightning, it will be supported in upcoming releases.
6. XML payload is logged in console logs
7. Design Improvements are made in Import/Export Snippet
8. API Call Handler has the facility to add headers from Flows
9. Import Admin API feature has been added in API Manager
10. Document links are included for Advanced Modifiers

## Bug Fixes

1. MSSQL Execute returns results for select queries
2. Current DateTime Handler returns 13:30:00 instead of 13:30:00 PM
3. Handling of symbols such as &,<,>,'," in XML
4. Export Snippet's empty download issue for snippet names ending with a space has been fixed
5. System not assigned for cloning projects has been fixed
6. GET\_FROM\_CREDENTIALS issue when creating systems has been rectified


---

# 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.3.4-march-31-2022.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.
