> For the complete documentation index, see [llms.txt](https://docs.novacura.com/extensibility-and-integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/extensibility-and-integration/products/studio/environment/import-flow-properties.md).

# Import Flow Properties

This guide will walk you through the process of importing variable and table properties into Novacura Flow 6.14 and above.&#x20;

#### Considerations:

* Importing properties is only available from Novacura Flow 6.14
* Importing Properties will replace any existing properties with the same name identity

#### Requirements

<table data-header-hidden><thead><tr><th width="236.60895392631556"></th><th></th></tr></thead><tbody><tr><td>Property File</td><td>Property files downloaded from the Novacura Marketplace or from Export's from the Novacura Flow Studio will be in a JSON format.</td></tr></tbody></table>

## Importing Properties

{% hint style="danger" %}
Importing properties replaces all values within existing identical property values.

&#x20;No warning to the user will be given when performing this action.&#x20;

Please consider and review the property file or documentation for the app before proceeding.
{% endhint %}

1. Navigate to the Environment Tab within Novacura Flow Studio.
2. Select Properties Sub Tab from the menu.
3. Select the Import Button.&#x20;
4. Navigate to the Property File and select Open.

<div align="left"><img src="/files/5hMg7pfXoHOMvM09Gv4t" alt=""></div>

## Importing User Properties

In case of User scope Table type properties, there are a few more additional steps that are needed to import all values for users.

1. After imported the property on Properties screen, open users' Environment Properties
2. Click Edit the Table property
3. Click Import, select the csv file and open it

<div align="left"><figure><img src="/files/IEl9BkShVllSKkFUiseU" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/Ay85se4wn53PnsbTbjzJ" alt=""><figcaption></figcaption></figure></div>


---

# 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.novacura.com/extensibility-and-integration/products/studio/environment/import-flow-properties.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.
