Hello All
Can We Show the Summary of Number of pdf's successfully Scanned and data entered into excel and how many Failed.
Like: successful files:10
Failed:1
Thanks
Pranay.
Hello All
Can We Show the Summary of Number of pdf's successfully Scanned and data entered into excel and how many Failed.
Like: successful files:10
Failed:1
Thanks
Pranay.
hi @pranay.a,
You can use Try Catch Block for it .
At the Beggining of the Flow - we take 2 Variables intSuccessCount and IntFailedCount with default Value Zero.
We Put the for each - Pdf Scanning and the Excel Process inside try Catch
If Transaction is Successfull - We increment the intSuccessCount by 1.
In case of exception - we increment the IntFailedCount by 1
At Last , Print the intSuccessCount and IntFailedCount
–
Mukesh
Thank You
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.