Hi All,
I am trying to handle the exception when the csv(input file) will be blank. Does anyone know what I am missing here? Any help would be appreciated.
Hi All,
I am trying to handle the exception when the csv(input file) will be blank. Does anyone know what I am missing here? Any help would be appreciated.
@Sailee_Gokhale Did you try to catch an exception of type Exception. it does catch all kinds of exception
Hi
Welcome to uipath community
I hope you are running in debug mode
Kindly run by pressing Start button (play) in the design tab and try once
Try catch activity won’t catch the exception if it’s ran in debug mode
Kindly try and let know for any queries or clarification
Cheers @Sailee_Gokhale
I did.
Hi,
Tried another logic with If Else, checking the output (if it is null) from another application which is treated as input for the flow which I have shared above.
Thanks anyway, @Palaniyappan and @supermanPunch
Great
Cheers @Sailee_Gokhale
@Sailee_Gokhale I wanted you to change that ArgumentNullException to just Exception But if its working, then all is Good
Tried your solution. It is not working
@Sailee_Gokhale It should catch any kind of exception, but thanks for noticing me anyways