> ## 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.

# Copying a DataFlow

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

You can create a copy of a DataFlow. This is similar to doing a "Save As," in that copied DataFlows can be renamed, edited, saved, and run independently of their original DataFlow. This is an excellent way to make minor changes to a complicated DataFlow without having to rebuild it from scratch.

When you choose to create a copy of a DataFlow, the **Edit DataFlow** view opens. You can make any changes you want to the copy of the DataFlow, including giving it a new name, before saving/running it.

When you copy a DataFlow, the version history of the DataFlow is *not* preserved. For more information about DataFlow versioning, see [Viewing the Version History for a DataFlow](/s/article/360042923074 "Viewing the Version History for a DataFlow").

**To make a copy of a DataFlow,**

1. In Domo, click **Data** in the toolbar at the top of the screen.
2. Click
   <InlineImage src="/images/kb/ka05w00000123hf-00N5w00000Ri7BU-0EM5w000005vOsA.png" /> in the left-hand navigation pane.
3. The **DataFlows** tab opens.
4. Locate the DataFlow you want to copy.

   You can use the filter options to narrow down the DataFlows that appear in the list.
5. Mouse over the desired DataFlow then click
   <InlineImage src="/images/kb/ka05w00000123hh-00N5w00000Ri7BU-0EM5w000005vOsh.png" /> to display a list of options.
6. Click **Create Copy**.

   The **Edit DataFlow** view opens.

   When you copy a DataFlow, the title of the copied DataFlow is prefixed with "Copy of " before the title, which you can edit.

From this point, you can rename the DataFlow, edit the input and output data sets and transforms, save it with or without running it, etc.

You can also copy a DataFlow from its Details view, by selecting **Create Copy** in the <InlineImage src="/images/kb/ka05w00000123RE-00N5w00000Ri7BU-0EM5w000005vOCa.png" /> menu.
