Question

VBS- Function throwing "Bot Error"

  • 20 April 2023
  • 1 reply
  • 46 views

Badge +5

How to do error handling in manual VB script in A360 in case of error Output variable storing value as “Bot error”


1 reply

Badge

Hi @RajeshS106234 

You can either use error handler in VB Script (On error resume next) or u can handle the output of VB Script code by checking the output variable.

Reply