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

# Viewing DataFlow Details

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

All DataFlows have a Details view that provides basic information about the flow.

### Access Details View

You can access the Details view for a DataFlow by following these steps:

1. In the navigation header, select **Data** to open the Data Center.
2. In the left rail, select
   <InlineImage src="/images/kb/ka05w00000123hf-00N5w00000Ri7BU-0EM5w000005vOsA.png" /> **DataFlows**.

   The list of DataFlows in your instance displays.

   <Frame>
     <img alt="dataflows home.jpg" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/GZtBW7DeR7whzwbr/images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000LK5N.jpg?fit=max&auto=format&n=GZtBW7DeR7whzwbr&q=85&s=47f317dbc2f0a01e7f51410232107c19" style={{width: 902, height: 300}} width="3718" height="1236" data-path="images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000LK5N.jpg" />
   </Frame>
3. In the list, locate and select the DataFlow you want to see details for.

   You can use the filter options to narrow down the DataFlows that appear in the list. For more information, see [Data Center Layout](http://domo-support.domo.com/s/article/360047553253?language=en_US).

The Details view displays.

In the Details view, you can select **Edit** to open your DataFlow in Magic ETL and edit it.

You can also select the <InlineImage src="/images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000LJE9.jpg" /> kebab menu to take the following actions on the DataFlow:

* View Tags
* Run
* Disable
* Notifications
* Create Copy
* Delete

<Frame>
  <img alt="Screenshot 2024-02-12 at 12.00.44 PM.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/GZtBW7DeR7whzwbr/images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000LIZq.jpg?fit=max&auto=format&n=GZtBW7DeR7whzwbr&q=85&s=b6646815951562a5233cfb22fd9eb71e" style={{width: 200, height: 284}} width="410" height="582" data-path="images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000LIZq.jpg" />
</Frame>

### Details View Tabs

The Details view has five tabs— **Settings**, **DataSets**, **Lineage**, **History,** and **Versions**, described below.

<Frame>
  <img alt="magic DF.jpg" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/GZtBW7DeR7whzwbr/images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000LGrN.jpg?fit=max&auto=format&n=GZtBW7DeR7whzwbr&q=85&s=8ae553c9f8c09e8f3c76b73e9caef1c0" style={{width: 903, height: 387}} width="4208" height="1804" data-path="images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000LGrN.jpg" />
</Frame>

* The **Settings** tab lets you control scheduling for a DataFlow. When you check a box for a component DataSet, the DataFlow updates whenever that DataSet updates.
* The **DataSets** tab shows you the input and output DataSets in this DataFlow. You can select a DataSet to open the details view for that DataSet.
* The **Lineage** tab displays the flow of data from each DataSet that has been combined and/or transformed to create this DataFlow.
* The **History** tab provides information about runs, such as the number of successful and failed runs, the average number of successful runs, the run history, whether a run was executed manually or due to an input DataSet being updated, and the status of each run.

  If a **DataFlow** fails for any reason, a <InlineImage src="/images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EM5w000005vOsa.png" /> Failed label displays in the **Status** column. To see details of a failed flow, select the **Failed** label to open a graph view of the run with a sortable **Action Summary** list. The **Action Summary** list specifies each action the DataFlow took to help you pinpoint issues.

  <Frame>
    <img alt="A screenshot of a computerDescription automatically generated" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/GZtBW7DeR7whzwbr/images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000CzxN.jpg?fit=max&auto=format&n=GZtBW7DeR7whzwbr&q=85&s=68ca6938f3f123fd2cbb6c87f72604fd" style={{width: 900, height: 503}} width="1702" height="951" data-path="images/kb/ka0Vq0000000RMn-00N5w00000Ri7BU-0EMVq000000CzxN.jpg" />
  </Frame>
* The **Versions** tab shows a list of versions of the DataFlow. Each time you save edits to a DataFlow, a new version is added to this list.
