> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/release-information/flow/6.14/6.14.12.md).

# 6.14.12

2023-01-31

**Flow Studio:**

* Removed the requirement to copy custom connector DLL files to Flow Studio\bin directory. The custom connector DLL files are now only required on Flow Server.&#x20;
* Fixed issue in Flow Studio Environment which caused the Azure AD Sync not able to list groups.
* Flow Studio Environment Azure AD Sync no longer tries to sync non-users (such as printers and computers).
* Fixed issue where assigning {true}/{false} to a flow variable in FlowScript returned an error.

**Flow Server:**      &#x20;

* Web Service connector machine steps returning parameters of type DataTable can now be used

**Flow Installer:**

* The new release is equipped with a new code signing certificate, which has been recently created. Please be advised that due to the recent issuance of the certificate, you may encounter a Microsoft Defender SmartScreen warning when attempting to run the installer. It is safe to proceed with the installation by selecting the "Run anyway" option, as long as the publisher is identified as Novacura AB.

<figure><img src="https://529897662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtPTgZOYmpJka4jqs1v-3406065915%2Fuploads%2FHuiPJeE1nlDbA5qYk4pY%2FMicrosoft%20Defender.png?alt=media&amp;token=c5802bdf-a9bf-4662-85e8-f9dc4197c749" alt=""><figcaption></figcaption></figure>


---

# 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://help.novacuraflow.com/release-information/flow/6.14/6.14.12.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.
