How to document Try Catch information in Excel?

Hi! Hope you are doing great. I need your help.
I was required to document my Try Catch exceptions in an Excel sheet but I don’t know how :frowning:

Information I have is the following:

  1. Try Catch
    Try: the process (read a file)
    Catches: FileNotFoundException (I have an Invoke that directs me to the excel file I need to fill in)

  2. Invoke
    Excel App Scope: (to read the excel file I wan to fill)
    Build Data Table: columns are: Code (like a collelative created by myself), Time, Exception Error.
    Append (I have nothing here yet)

Thank you in advance for your support!

Hi @Anne413,

  1. Take a Sequence -
    2.Drag Activity - Try Catch

  2. Inside Try : Drag an Excel application scope and pass the Excel file Path as shown below
    image

  3. In the Catch Section : Select the Exception type as FileNot Found Exception -
    Use an Invoke Workflow to invoke the workflow you need in case of File not found exception.

image


Mukesh

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.