Multiple input datasets for a dataflow to start
I have a dataflow that has 3 input datasets. The dataflow has to run when all 3 have updated. The 3 input datasets update at various times and cannot be predecessors to one another. Is there a way to allow my main dataflow to run ONLY once ALL dataflows have completed? At present Domo runs the dataflows as soon as 1 of the…