Error Handling (Looking for Excel File in Folder)

I am attempting to to insert error handling into my process. Currently my process is looking for a excel file in a folder based on the date. I want to insert error handling which with allow the bot to send a failure email if it cannot find the file it is looking for? Does anyone have any suggestions on this?

Hi @bagayoko.isaac.b

U can put ur sequences under try section of try catch activity

In the catch section select FileNotFound Exception and along with in catch section , add an activity to send an email saying file doesn’t exist

Hope it helps

Mark it as solution if u got it

Nived N

Added this one for reference