How to add the success and comments data in to summary report in Reframewprk

Hi Team,

I have written the queue data in to summary report and after completing the transaction want to add status and comments in the summary report.

How to add the status and comments in the process state after the transaction completed.

Thanks

Hi @Baby123 ,

Thanks for reaching out UiPath Community.

After completing the processing of the transaction item.
In Set Transaction Status you can append status and Add Comments based on your scenario whether it is successful, BRE, or SE.


Similar to above you can append this in your summary report.
and for Comments, If it is successful you can pass your customized report and in the case of BRE and SE you can pass
image
image

Note*:- These all will be passed as values to your Invoked workflow’s argument of Summary report.

Hope this will work for you.

Happy Automation,
@Vinit_Kawle

1 Like

Hi @Vinit_Kawle ,

Thanks for your reply.

Once 1 transction completed iwant to add status and comments in summary report remaining 5 columns I have added the data after adding queues.

Fo each transaction done I want to add status, comments in respective data on summary report.

Hi @Baby123

You can do it in Set Transaction status xaml. In this xaml there are three blocks success, business and system exception.

Inside of this you can use the write cell workbook activity to write the comments and status in the required Excel file.

For incrementing count create a variable in the initialization state and set value as 2. Pass the count variable as arguments to the Set Transaction status xaml to give the cell count in write cell workbook activity. After write cell workbook activity take an assign and increment the value of count.

Hope it helps!!

Hi @Baby123 ,

You can invoke your summary report xaml in setTransaction status.
and append your required fields there.

Hope it works for you.

Happy Automation,
@Baby123

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