0 votes
in Azure by
Is it possible to have nested looping in Azure Data Factory?

1 Answer

0 votes
by
There is no direct support for nested looping in the data factory for any looping activity (for each / until). However, we can use one for each/until loop activity which will contain an execute pipeline activity that can have a loop activity. This way, when we call the looping activity, it will indirectly call another loop activity, and we'll be able to achieve nested looping.

Related questions

0 votes
asked May 3, 2023 in Azure by Robindeniel
0 votes
asked May 3, 2023 in Azure by Robindeniel
...