Forum Discussion
Refresh Multiple Dataflows and One Dataset Sequentially
- 4 years ago
Doesn't have to be repetitive. Each dataflow can be updated as needed. Technically you can set up the action only for dataflow 3 -> dataset 1 and dataset 4 -> dataset 2, and then a separate flow that refreshes the dataflows in sequence.
This is all "event driven" (*) so no repetition.
*) Microsoft marketing speak for incessant polling.
Thanks lbendlin - yeah, the data source is not compute resource constrained and is scalable for parallel processing. I will look at the parallel Power Automate flow branching. Ideally, there will be a Power Automate component that triggers the refresh of the data flow but also waits until it receives a refresh complete response from the data flow (subject to a timeout limit, which should then cause an error in the Power Automate flow and stop processing).
Ideally, there will be a Power Automate component that triggers the refresh of the data flow but also waits until it receives a refresh complete response from the data flow
There is not. You need to write that part yourself.