Resolved! I Need to a throw and display the catch errors if the condition meets
Hi, I had a requirement to add a throw if the app name is null and in throw i need to display catch message. can anyone pls help me how to write the throw block and display the error message from catch block. Below is the script. try { var recentA...

