Forum Discussion

royces99's avatar
royces99
Frequent Visitor
2 years ago
Solved

Linked Dataflows, Tables and Refreshes - confused

I have Dataflow 1 which contains the datasets which refresh hourly, one of the tables is called Actions.  I guess you could call this a staging dataflow. In a second dataflow (Dataflow 2), I want to...
  • collinq's avatar
    2 years ago

    HI royces99 ,

     

    If you need to have modifications to a dataflow you can do that in Dataflow 2.  You link in the Dataflow1 results and then reference (or merge or append) the Dataflow1 result to make a new query with your modifications.   

    As you mentioned though, the catch is the timing.  Dataflow2 does NOT make dataflow results refresh.  This is two separate refreshes and so you have to know about how long a normal refresh for Dataflow1 takes to complete and then schedule Dataflow2 to be after that completes.  And, I strongly recommend that you leave buffer time - sometimes dataflows do not start at the exact moment you want and sometimes they run longer than you think.