I’d like to make Robot to proceed following action if below exception error is occurred.
The condition is if there is no data row in ‘DtFiltered’ , I’d like to make break process. Otherwise, it proceed other task. Can I make this function with TryCatch activity?
In the catch block, check if the exception message contains this text “The source contains no DataRows”. If yes, put the terminate workflow activity in the then block.