Exception handling: how to handle exception or large projects(try catch or another ways)

Hi @Kapil_Kuriakose

This will give you an idea.

Key points

  1. Uniquely name your Assign activities and save in a separate workflow
  2. Invoke your workflow, wrap it with Try Catch.
    You can display your error message with the Exception.Source.

Hope this helps! :slight_smile: