---
url: https://gudhub.com/uk/docs/gh-elements/data-migration/
title: "Data Migrations\n                #"
description: "Data migration is a gh element that allows you to copy item data from one application to another. In fact, this is a button that opens the migration settings wi"
lang: uk
updated: 2026-09-12T03:49:12.321Z
---

# Data Migrations [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#data-migrations)

**Data migration** is a gh-element that allows you to copy item data from one application to another. In fact, this is a button that opens the migration settings window.

![Data configuring of data migration](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/data-migration-options.gif "Data migration configure data")

Here you can find all the important data transfer settings. They are divided into source and destination settings.

| Name | Description |
| :-- | :-- |
| Source App | is an application from which data will be transferred to another application |
| Destination App | is the application where the data will be transferred |
| Source Fields | a field from the source application from which data will be transferred to a field from another application |
| Destination Fields | a field in which data from another application is entered |
| Interpreted Value | determines whether the value will be passed as interpreted or not |

Therefore, the main functionality of the current element is contained in this window.

## Functional Characteristics [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#functional-characteristics)

The main purpose of this gh-element is to copy data from application to application. This allows the user to comfortably duplicate any information and avoid the monotonous repetition of data entry. It is quite similar to the [Clone Item](https://gudhub.com/uk/docs/gh-elements/clone-item/) element and can even partially replace it.

## Element Options [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#element-options)

Only [standard field settings](https://gudhub.com/uk/docs/understanding-gudhub/gh-elements-structure/setting-overview/) can be applied to the current element.

![Settings of data migrations field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/data-migrations-field-settings.jpg "Data migrations field settings")

## Element Style [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#element-style)

The element has quite simple style, that can be customized using [default settings](https://gudhub.com/uk/docs/understanding-gudhub/gh-elements-structure/setting-overview/). It also has a few interpretation types. They are described [below](#interpretation).

![Style of data migrations element](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/data-migrations-element-style.jpg "Data migrations element style")

## Filtration [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#filtration)

This element cannot be filtered out.

## Interpretation [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#interpretation)

There are only two quite similar types of interpretations.

![Types of data migrations interpretation](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/data-migrations-interpretation-types.jpg "Data migrations interpretation types")

### Default [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#default)

The first type allows the element to displayed as an icon with a element name under it. Clicking this icon will open the data migration options.

### Icon [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#icon)

This type displays the element as an icon. Nothing happens after user clicks on it.

## Value Format [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#value-format)

This is one of that buttons that does not have any field value.

## Data Model [#](https://gudhub.com/uk/docs/gh-elements/data-migration/#data-model)

The data model of the current element has no properties other than the usual interpretive array.

Копіювати

```json
{
    "data_model": {
        "interpretation": []
    }
}
```

| Name | Type | Description |
| :-- | :-- | :-- |
| interpretation | `array` | _contains all element interpretation types_ |
