Hi Team
I have list of files, if something goes wrong in the Process I want to process next file in the list.
How to handle this scenario ?
Hey!
Try with Try-Catch Activity to handle the situation…
In Try block keep all the extractions in catch block move that file to another folder and then process the next file using the Directory.GetFiles
Regards,
NaNi