> 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.13/6.13.13.md).

# 6.13.13

Released 2021-12-09

**Web client:**

* &#x20;Resolved an issue causing "all" option on grid pages to not always show all rows when adding a new row to the grid.
* Fixed an issue where cells with formatted strings did not update as expected in the grid.
* Fixed an issue that caused the Web client to throw an exception when moving forward quickly.

**Portal:**

* Fixed an issue that caused Portal to throw an exception when moving forward quickly.
* Filtering on empty selection is improved.

**Flow studio:**

* Version history and revert changes causing overriding previous versions.
* Fix for using global variables in grid row & cell style.
* Resolved problem where Flow studio crashes when leaving the output filename field empty in the html2pdf connector.

**Flow server:**

* Resolved an issue causing workflow to become corrupted when reverting to previous version, forcing the developer to close and re-open the workflow.
* Resolved an issue when switching between versions in the “Version History” panel in Studio for Flows with subtasks.

**Connector:**

* Resolved an issue causing a crash when building a model in rest connector.
* New operation GetGroup added to AD Connector.
* Null value is properly handled in database connector and does not cause any errors in Portal 2.
* REST Connector no longer removes the trailing slash from Operation Path.
* Added support for manual handling of cookies in rest connector.
* Stability of the M3Connector has been improved.
* Web Page Submit: Global username/password can now be used.

**Workflow engine:**

* Resolved issue where image selection would not resolve when using environment variable.


---

# 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.13/6.13.13.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.
