Hi WarrenL,
Thank you for posting query in Microsoft Q&A Platform.
It seems your pipeline execution is not coming out of
until activity
.Until Activity
executes a set of activities in a loop until the condition associated with the activity evaluates to true. If an inner activity fails, the Until activity does not stop. You can specify a timeout value for the until activity.
So kindly make sure the condition inside until activity gets true once you find your file. So that it breaks loop there and move execution toSwitch Activity
.
Click here to know more about Until Activity
.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.