Forum Discussion
rdnguyen
4 years agoHelper V
Downstream dataflow
Hi All, I created a dataflow C refer to two other dataflows A and B upstream. Both A and B is set for the same refresh schedule as their data is independent from each other. This morning I notic...
edhans
4 years agoCommunity Champion
You should use Power Automate to refresh theses. there is a trigger that when Dataflow A finishes, it will start Dataflow B, then when B finishes, it will trigger Dataflow C.
What sounds like is happening is C is refreshing before something finishes in A or B, and during a refresh, the dataflow appears empty to all downstream processes.