Forum Discussion
Daisy-Chaining Dataflows
- 2 years ago
solution for this - multiple api calls of a reasonable size, partioning the data.
setup a power automate trigger, when a data flow completes - this will trigger the next flow with the next chunk of data.
setup a final PQ step to append the query results, reference the tables from the partioned API calls. importantly, ensure enable dataload is disabled with all of the query results. append the results.
solution for this - multiple api calls of a reasonable size, partioning the data.
setup a power automate trigger, when a data flow completes - this will trigger the next flow with the next chunk of data.
setup a final PQ step to append the query results, reference the tables from the partioned API calls. importantly, ensure enable dataload is disabled with all of the query results. append the results.