#82. Azure Data Factory - Nested Foreach loop activity to delete files in multiple folders
Опубликовано: 28 Сентябрь 2024 на канале: All About BI !
8,839
98
In Azure Data Factory, if we want to delete files in multiple folders, we need to loop through the folders using two foreach loop activities. We cant nest a foreach loop inside another foreach loop in ADF. This video shows a workaround for the same.