Hi @DataCoder
You can follow the below steps:
Get Metadata Activity:
- First, use the Get Metadata activity to retrieve the list of files in your Azure Data Lake Storage Gen2 folder. This activity will provide the file names that you need to process.
ForEach Activity:
- Add a ForEach activity to your pipeline. This activity will loop through each file retrieved by the Get Metadata activity.
- Add Activities Inside ForEach: Inside the ForEach activity, add the activities that you need to perform on each file (e.g., Copy Data, Data Flow, etc.). These activities will be executed sequentially for each file.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.