> 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/6.12/release-notes/6.12.2.md).

# 6.12.2

## Features

### REST connector: Improvements

#### Iterator

Connector now supports the use of an iterator.

#### OpenAPI 3&#x20;

OpenAPI version 3 files can now be imported

#### Operation&#x20;

Designer New way to design and test your operations. Similar to Postman.

#### Model parser&#x20;

Tool to test your models with given json or xml. Useful for debugging issues with your models.

#### Link operations&#x20;

Use the result of one rest operation as input to another operation. For example can one operation be used to fetch a token, which can be used in the next operation.

#### Configuration parameters&#x20;

Enabled parameters to be configures outside of the connector tool, in the connector configuration. For instance secrets used to fetch tokens.

#### Computed parameters&#x20;

Compute (using c#) what the value a parameter should have, based on other parameters of the operation, configuration parameters or the output of a linked operation.

#### Minor changes&#x20;

* Improved assistance when debugging (better logfiles for instance)&#x20;
* Copy parameters between operations&#x20;
* Rearrange and sort model members&#x20;
* Improved file upload and download (FileGallery) mechanism

{% content-ref url="/pages/-LumLifO8oJq2dEniuyK" %}
[REST service](/6.12/development/flow-studio/connectors/communication/rest-service.md)
{% endcontent-ref %}

### PDF connector: Merge PDFs

* HTML Editor and CSS Editor with syntax highlighting, context based autocomplete and live error checking&#x20;
* PDF Preview – can be accessed from the Task Editor and the HTML/CSS Editors for instant feedback of your changes&#x20;
* Merge PDF files: Create and/or load PDF files and merge them together&#x20;
* New Image Sources: Base64 (embedded in the HTML), UNC Path and Local Files in addition to web servers&#x20;
* Table Iterator with design-time preview: specify a number of rows to simulate in design-time&#x20;
* Design-time repeat block – lets you specify a block of code which is only visible in design-time. Optional repeat attribute.&#x20;
* Bar Codes – the connector can now create barcodes! Just supply the type and other settings (using autocomplete) and set the value (supports flow-script, variables and iterators)&#x20;
* Context based autocomplete for adding flow variables, iterators, barcodes and attributes

{% content-ref url="/pages/-LumdiB8XDjLEy9eqZtM" %}
[Html to PDF](/6.12/development/flow-studio/connectors/printing/html-pdf.md)
{% endcontent-ref %}


---

# 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/6.12/release-notes/6.12.2.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.
