Hello,
I am following this link to cover UIPath course : Not sure how many of you guys can access this link -
** UiPath - Level 1 Robotic Process Automation (udemy.com)**
Currently I am trying out Try Catch Exceptions. It has shown an example like so:
Var1=“data” : This is string
Var2=Var1 : This one it has deliberately selected Int32 type.
In the video it throws the message as mentioned in the catch section but when I run the same thing, it keeps throwing Errors -
It should actually give me the below message: