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

# Creating a Recursive/Snapshot DataFlow in Magic ETL

## Intro

A "recursive" or "snapshot" DataFlow is a DataFlow that uses itself as an input.

DataFlows (both SQL and Magic ETL) cannot append data natively like Connectors. However, if you need to create a DataFlow that appends data, you can do so by running it once and then using the output as part of the input for the next run. By doing this, every time the DataFlow runs, it includes the data from before and also appends the new data onto itself.

<Warning>
  **Important:**
  There are significant behavioral differences in Magic ETL. Read the
  [Behavior Changes and Feature Updates in Magic ETL](https://domo-support.domo.com/s/article/360047787514?language=en_US)
  article before converting mission-critical Magic ETL DataFlows.
  **Failure to do so may cause an unintended change to your DataFlow’s behavior.**
</Warning>

**Video - What is a Recursive DataFlow?**

![]()

<iframe allowfullscreen="allowfullscreen" frameborder="0" height="315" src="//www.youtube-nocookie.com/embed/VkM5VznEzi8" width="560" />

<Warning>
  **Important:**
  If a recursive DataFlow is edited incorrectly, you could lose ALL historical data. To avoid this any time you are editing, create an additional DataSet that is a copy of your historical DataSet. This DataSet will remain static. If anything happens to your historical DataSet, you will have a backup from before you began editing.
</Warning>

### To create a recursive DataFlow in Magic ETL:

1. Create and run a Magic ETL DataFlow.

   <Frame>
     <img alt="1.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOu3.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=2896bc900f93a4e9846897f7dcc93d70" width="974" height="592" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOu3.png" />
   </Frame>

2. Once the DataFlow has finished running, load the output DataSet as an input DataSet.

   The Output tile will show the output DataSet name followed by "1."

   <Frame>
     <img alt="2.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOu5.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=4f09561f8a23ead735de2d0cc83c08cf" width="1006" height="584" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOu5.png" />
   </Frame>

   You should now have two DataSets in the DataFlow—the updating original DataSet and the historical DataSet.

   You now need to find a column to use as a constraint. This helps determine when to replace data in your historical DataSet with new data. Constraint columns are normally ID columns or date columns or have other unique identifiers. In this example, we use the `Date` column as a constraint.

3. Use
   **Select Columns** to select only the constraint column.

   <Frame>
     <img alt="step3.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOu9.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=180c8fa2a64bbff6571de0e8d5e5a114" width="821" height="632" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOu9.png" />
   </Frame>

4. Use
   **Remove Duplicates** to return a unique list of constraints.

   <Frame>
     <img alt="step4.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuE.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=625c6f7099e120f2fb4e09448179eb2d" width="790" height="561" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuE.png" />
   </Frame>

5. Use an Outer Join to combine your new data to the historical DataSet. If you selected the historical DataSet on the left side of the join, as shown below, use a
   **Left Outer** Join. If you select the historical DataSet on the right side of the join, use a **Right Outer** Join. (Do not select **Inner Join**, as this could result in a loss of data.) If the date columns are named the same you will notice a warning in Step 3. If you are doing a Left Outer Join then you can auto-fix the right table, and if you are doing a Right Outer Join you can auto-fix the left table. This will add the conflicting column to the Alterations section and will allow you to rename the column if you would like to keep it or drop it altogether. In this situation, we will rename it to “Delete if not null” for our next step.

   <Frame>
     <img alt="step5.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuA.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=d5fb639eaee543f56eb41081ce7b2ba6" width="1209" height="936" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuA.png" />
   </Frame>

   <Frame>
     <img alt="7.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuC.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=5852fb89c11c559df0434d2690efa11f" width="809" height="227" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuC.png" />
   </Frame>

6. Filter any rows from your DataSet where the new date column is not null.

   This returns only rows from the historical DataSet that do not exist in the new updating DataSet. You can do this by adding a Filter Rule or by adding a Formula Rule as shown in the examples below.

   <Frame>
     <img alt="step6.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOtp.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=f8fcf0e1d6342a3e5e9141658141abc0" width="885" height="339" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOtp.png" />
   </Frame>

   **Add Filter Rule:**

   <Frame>
     <img alt="9.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuG.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=d72b760a2b58c5553681f633682ebafb" width="431" height="555" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuG.png" />
   </Frame>

   **Add Formula Rule:**

   <Frame>
     <img alt="10.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOtz.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=1b4dce1afb9c607a713f1afc651d9608" width="857" height="316" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOtz.png" />
   </Frame>

7. Use
   **Select Columns** to remove the extra date column.

   <Frame>
     <img alt="step7.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOu7.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=a62ebe26154c16aaed2a7f89caae2171" width="1572" height="661" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOu7.png" />
   </Frame>

8. Use
   **Append** to join the historical DataSet and new updating DataSet. If all steps have been done correctly, both DataSets will show "No changes."

   Make sure not to forget to choose how you would like the data to be handled if the data types don't match between columns that should be combined. For more information about this option you can find it here under the "Append Rows (Union)" section: [Behavior Changes and Feature Updates in Magic ETL](/s/article/360047787514 "Upgrading to Magic ETL v2 (Beta)").

   <Frame>
     <img alt="step8.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOto.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=969e1630f829aa7c9e7d4c7ccf6cc1c0" width="1043" height="815" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOto.png" />
   </Frame>

9. Connect the
   **Append** tile to your output. Once complete, your ETL should look like the following:

   <Frame>
     <img alt="step9.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/XhIF2lsSCb8zqkOF/images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuH.png?fit=max&auto=format&n=XhIF2lsSCb8zqkOF&q=85&s=8c80513708ea1b4b968344667f17aad6" width="1112" height="471" data-path="images/kb/ka0Vq000000GnuQ-00N5w00000Ri7BU-0EM5w000005vOuH.png" />
   </Frame>

### Troubleshooting/FAQ

See [DataFlow Troubleshooting](https://domo-support.domo.com/s/article/360043427953?language=en_US "DataFlow and DataFusion Troubleshooting and FAQ") to see common issues and errors seen when building DataFlows.
