Excption has thrown

Issue with invoke code

Something is wrong with the code in your activity. Show us your code.

@devendra_bhardwaj1

That the genric expection you will get if you are using Invoke Code. To know the exact issue you can do below

  1. Surround the Invoke code with Try Catch activity
  2. In Catch select System.Exception and put a log message and write as Exception.InnerException.Message.Tostring
  3. Run you sequence, not debug and check in output the reason behind the Invoke code failure

Hope this may help you

Thanks,
Srini

@devendra_bhardwaj1

Please run in debug mode and then open locals panel and then expand exception details and check the details of exception from there…that is where you would know what exception it is

Cheers