Dear master, Facing difficulty in generating summary report in Reframework

Excel data were taken as input. i used BUILD DATA TABLE ACTIVITY in INit state first run.
I added ADD DATA ROW activity with variables in SUCCESS, BUSSINESS EXCEPTION and SYSTEM EXCEPTION transitions.
When the transaction is successfull it is summarizing data in data table. But when an exception is thrown it is not appending particular data to data table.Pls help

HI @Lokesh_M2

So in which states you have used your add data row?

Can you share the screenshots?

If you doesn’t add the add datarow in the process transaction 's catches or in finally you need to add there a add data row activity

Regards
Sudharsan

I added data row activity in process state Transitions(SUCCESS, BUSSINESS EXCEPTION and SYSTEM EXCEPTION )

And where you will be writing the populated datatable ? in END Process?

In END Process i added Write range

Hi @Lokesh_M2 - What is the data that you are trying to write in the data table when a business or system exception occurs


This is the data i need to process and if Covid cases are more than 10000. It must Throw a business exception (“Critical”) else the status should be “Cases are decreasing”.
The summary report should be
State, Covid cases, Status of cases.