I am using Azure Data Factory to copy the data from one Blob Storage Account to Data Lake Storage Gen2 account.
I have created a pipeline and created a copy activity inside that. I trigger this pipeline from a Timer Trigger Azure Function using C# SDK.
I am copying only incremental data by making use of Filter by last modified feature. I am passing UTC StartTime and EndTime.
Now, the question is - I don't want to trigger the second activity if no files are found within this range. How can I do that?