> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Duplicating a Job in Workbench 5.2

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

## Intro

Sometimes you may want to create many jobs in Workbench that are mostly similar but have a few unique details. It can be time-consuming and tedious to create each job individually. With the job duplication option, you can duplicate a job, keeping most of the details the same, and update only the details that need to be changed: the job name and the schedule.

<Note>
  **Note:** You must duplicate jobs one by one; bulk duplication is not supported.
</Note>

## Duplicating a Job

1. Open the latest version of Workbench. You can download it in the Appstore.

The homepage displays.

2. In the left navigation rail, select
   **<InlineImage src="/images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXkE.png" /> DataSet Jobs**.

The DataSet Jobs page displays.

3. Right-click on the
   **Job Status** of the job you want to duplicate.

The job options menu displays.

4. Select
   **Duplicate**.

A dialog displays, confirming that you want to duplicate the job and stating that you are required to create a unique job name and set a new schedule for the duplicated job.

<Frame>
  <img src="https://mintcdn.com/domoinc-openapi-sync-dataflows/9GmyphKXosOtxL2U/images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXk6.png?fit=max&auto=format&n=9GmyphKXosOtxL2U&q=85&s=dcb668887a362ce8bf255edc1a4be67a" width="1120" height="608" data-path="images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXk6.png" />

  <img src="https://mintcdn.com/domoinc-openapi-sync-dataflows/9GmyphKXosOtxL2U/images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXkD.png?fit=max&auto=format&n=9GmyphKXosOtxL2U&q=85&s=775441332a686a0d5d45f87ced43054e" width="472" height="352" data-path="images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXkD.png" />
</Frame>

<Warning>
  **Important:** Duplicating a job strips away any encryption transforms on a job.
</Warning>

5. Select
   **Continue** or **Cancel**.

* If you select
  **Continue**, you are redirected to the **Duplicate Job** workflow.
* If you select
  **Cancel**, you return to the jobs page.

6. In the
   **Overview** tab of the Duplicate Job workflow, enter a name in the **Job Name** field. This same name displays in the **DataSet Name** field and is how the DataSet displays in Domo.

<Frame>
  <img alt="naming_duplicate.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/9GmyphKXosOtxL2U/images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXkC.png?fit=max&auto=format&n=9GmyphKXosOtxL2U&q=85&s=422d48fface5d8888a440937f4b0aa28" style={{width: 527, height: 444}} width="1208" height="1062" data-path="images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXkC.png" />
</Frame>

7. Confirm that the other details in the
   **Overview** tab are correct, and select **Create**.

The **Configure**, **Schedule**, **Schema**, and **Notifications** tabs display.

8. In the
   **Schedule** tab, set the schedule for the duplicated job.

<Frame>
  <img alt="Screen_Shot_2022-10-04_at_7.54.22_PM.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/9GmyphKXosOtxL2U/images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXk5.png?fit=max&auto=format&n=9GmyphKXosOtxL2U&q=85&s=b9e03f00d03884dfa5a2faae569bc270" style={{width: 433, height: 444}} width="744" height="686" data-path="images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXk5.png" />
</Frame>

9. Verify the details in the other tabs.

10. Select <InlineImage src="/images/kb/ka05w000001240b-00N5w00000Ri7BU-0EM5w000005vXk9.png" /> **Save**.

Your duplicated job runs according to the set schedule.
