Store the Error Activity Name With Date and Time and Sequence Name

Currently I have 3 Sequences Here as you can see

Out of 3, 2 Sequence contain error so what I want to do is log the activity in which the error has happened and additionally with it I want to store the date and time and in which sequence the error has occurred and write all this to a txt file

Like For Example

Sequence 2 contains error So the Error captured in the text file should show up as

Required Output :

Any Help will be appreciated. Thanks :slight_smile:

@Ishan_Shelke1

Use Exception source to find the activity name which got failed.

              varException.Source

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