---
url: https://gudhub.com/docs/gh-elements/clone-item/
title: "Clone Item\n                #"
description: "Clone Item is a gh element that allows you to clone items in application. More precisely, this is a button that will duplicate the selected items. Clones have t"
lang: uk
updated: 2026-09-08T15:48:03.591Z
---

# Clone Item [#](https://gudhub.com/docs/gh-elements/clone-item/#clone-item)

**Clone Item** is a gh-element that allows you to clone items in application. More precisely, this is a button that will duplicate the selected items. Clones have the same data in the fields selected in the settings as the original item.

![Example of using the element](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/clone-item-work.gif "Cloning items")

> In order for this element to work, you **must first select the desired items** and then click the button.

After clicking the **Clone Item** the pop-up window will appears. Here you can enter the number of clones you want to create.

![Pop-up window for the number of clones](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/clone-item-number-clones.gif "Number of clones")

This element allows you to create duplicates of several items at once. The number of clones selected earlier will be created for each of the items.

## Functional Characteristics [#](https://gudhub.com/docs/gh-elements/clone-item/#functional-characteristics)

Using the current element makes it easier for the user to work with application data. Creating duplicates eliminates the need to enter data manually, especially when it is often repeated.

If you use it with the [Update Items](https://gudhub.com/docs/gh-elements/update-items/) element, you can create many items in a short time without even opening them.

![Clone and update items](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/clone-item-update.gif "Update cloned items")

## Element Options [#](https://gudhub.com/docs/gh-elements/clone-item/#element-options)

All element settings are divided into two groups.

### Field Settings [#](https://gudhub.com/docs/gh-elements/clone-item/#field-settings)

The first group consists of [standard field settings](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/) and a single additional option.

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

| Name | Description |
| :-- | :-- |
| Destination App | allows you to select the destination application to which the cloned items will be saved |

#### **Destination App** [#](https://gudhub.com/docs/gh-elements/clone-item/#destination-app)

**Clone Items** clones the selected items to a specific application. Thus, its only setting is responsible for defining the destination application.

> Items can be cloned only within the same application. So, the **destination application should be the same as the one where the items to be cloned are located**.

Clones of items will get new IDs as if they were newly created.

### Fields Clone [#](https://gudhub.com/docs/gh-elements/clone-item/#fields-clone)

The second group contains settings that configure each field separately.

> If the destination application is not selected, this table will be empty.

![Fields clone of clone item element](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/clone-item-fields-clone.jpg "Clone item fields clone")

| Name | Description |
| :-- | :-- |
| Field | contains name of the application field; [details...](#field) |
| Clone | allows to configure whether the field will be cloned or not; [details...](#clone) |

#### **Field** [#](https://gudhub.com/docs/gh-elements/clone-item/#field)

Every field of the application selected earlier has two options for configuring in **Clone Item**. And the first of them displays the name of the field. This will help you determine which field you are customizing.

#### **Clone** [#](https://gudhub.com/docs/gh-elements/clone-item/#clone)

The second option of this block allows you to determine whether a particular field will be cloned or not. To clone, turn on the switch next to the name of the desired field.

> More precisely, the values of the selected fields will be cloned in the new element.

## Element Style [#](https://gudhub.com/docs/gh-elements/clone-item/#element-style)

The styles of all button elements can be configured using [standard settings](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/) and one special option. The clone item is no exception. It also has several [types of interpretation](#interpretation).

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

### General Settings [#](https://gudhub.com/docs/gh-elements/clone-item/#general-settings)

The main group of style settings contains the only additional setting.

![General settings of clone item style](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/clone-item-general-settings.jpg "Clone item general settings")

| Name | Description |
| :-- | :-- |
| Show button name | allows to show the button name |

#### **Show Button Name** [#](https://gudhub.com/docs/gh-elements/clone-item/#show-button-name)

This is a standard button setting that adjusts the display of the button name. That is, if it is enabled, the name of the button will be displayed otherwise - no.

> The button name is the [Field Name](#field-settings) of this element.

## Filtration [#](https://gudhub.com/docs/gh-elements/clone-item/#filtration)

There are no filters to filter out the current element.

## Interpretation [#](https://gudhub.com/docs/gh-elements/clone-item/#interpretation)

The current button has three interpretations:

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

### Default [#](https://gudhub.com/docs/gh-elements/clone-item/#default)

The first type allows element to be displayed as an icon and a button name next to it.

### Icon [#](https://gudhub.com/docs/gh-elements/clone-item/#icon)

This type of interpretation displays the item as an icon and the name of the button below it.

### Button [#](https://gudhub.com/docs/gh-elements/clone-item/#button)

The last interpretation type displays element as a blue button with an icon and a button name on it.

## Value Format [#](https://gudhub.com/docs/gh-elements/clone-item/#value-format)

Like a lot of buttons, this element does not contains value.

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

This gh-element has a large data model because of the number of fields:

Copy

```json
{
    "data_model": {
        "dest": {
            "app_id": "27904"
        },
        "interpretation": [],
        "table_settings": {
            "columns_to_view": [{
                "field_id": 648752,
                "show": 0
            }]
        }
    }
}
```

| Name | Type | Description |
| :-- | :-- | :-- |
| dest | `object` | _contains destination settings_ |
| app\_id | `string` | _contains ID of the destination application_ |
| interpretation | `array` | _contains all element interpretations_ |
| table\_settings | `object` | _contains all table settings_ |
| columns\_to\_view | `array` | _contains all fields and their settings_ |
| field\_id | `number` | _contains ID of the current field_ |
| show | `boolean` | _shows whether certain field will be cloned or not_ |
