# Copy Records from a Table

Copy a record when you need a new record with similar data.

If you have permission, SureCloud creates a new record from the selected one.

### Copy a record

{% stepper %}
{% step %}

### Open the table

Go to the table containing the records you want to copy.

This can be a main record table or a linked table inside a record.

![](https://help.surecloud.io/hc/article_attachments/32234740904861)
{% endstep %}

{% step %}

### Select the record

Tick the checkbox next to the record.

Open the three-dot menu for that row.

Select **Copy**.

![](https://help.surecloud.io/hc/article_attachments/32234740907549)
{% endstep %}

{% step %}

### Confirm the copy

Select **Copy** in the confirmation dialog.

Select **Cancel** if you do not want to continue.

![](https://help.surecloud.io/hc/article_attachments/32234740910109)
{% endstep %}

{% step %}

### Wait for the new record

SureCloud shows a loading indicator while it creates the record.

You cannot close the dialog during this step.
{% endstep %}

{% step %}

### Open the copied record

When the copy finishes, SureCloud opens the new record.

The record starts in the first workflow state and stage.
{% endstep %}
{% endstepper %}

### Things to know

* SureCloud copies user-entered data and question answers.
* SureCloud recalculates system values like sequences and calculations.
* You can copy one record at a time.
* Standard **on create** actions still run for the new record.
* A following **set action** can replace copied values with configured non-null values.


---

# Agent Instructions: 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:

```
GET https://surecloud.gitbook.io/surecloud-docs/documentation/using-the-platform/tables/copy-records-from-a-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
