> 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.2.3-and-v3.2.4-march-8-2021.md).

# 3.2.3 and 3.2.4 March 8, 2021

## Features/Improvements

1\. Global Variables Feature Introduced. You can declare your global variables in project settings and account settings.&#x20;

2\. API's Exposed for Creating Templates and Importing Templates&#x20;

3\. Templatization Module added. You can now create and publish your templates.&#x20;

4\. Eye icon added to view credentials secret keys&#x20;

5\. Added Ability to add notes in the Mapping area&#x20;

6\. Auto suggestion disabled in Flows handler search box&#x20;

7\. Expand and collapse all added in Flows page&#x20;

8\. Designs updated for delete pop-ups

## Bug Fixes&#x20;

1\. Fixed Settings Icon not displaying issue for Strip Modifier&#x20;

2\. Returned None value if Number is not present in the string in Get Number from String Modifier&#x20;

3\. Fixed Modifier not being executed when applied over a group&#x20;

4\. Regex modifier output will be as the original output. String conversion is omitted.&#x20;

5\. Fixed Issue with index modifier in List type&#x20;

6\. Fixed copy URL returning undefined issue&#x20;

7\. Fixed Design issue while importing api managers&#x20;

8\. Fixed Time Interval issue with Server Health checkup in Credentials page fixed


---

# 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.2.3-and-v3.2.4-march-8-2021.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.
