How to Generate Report after execution of the Bot and share to to client?

Hi

I want to extract Bot Execution status from orchestrator and share that report to cline after execution of BOT.
Could anyone help me on this?

1 Like

Hey @rajasekhar_Tandasa

When you say Bot Execution Status what details you are expecting here ?

Normally when a bot runs and process transactions all the transaction data with status will be stored in a table and sent as a consolidated run report to the stakeholders at the end.

Thanks
#nK

i mean when the bot started how much time it took , how many bots are executed on particular day etc. …

on which table the transaction data with status will be stored ?

1 Like

Hey @rajasekhar_Tandasa

This looks like you want a daily report which you can generate but you may need to build a bot for that.

Thanks
#nK

Hello @rajasekhar_Tandasa ,

As per my understanding, there is no readymade solution for this in Uipath now to get the summary as a report. But you can get the log files.

@loginerror Any suggestion here?

I’d suggest the use of the Orchestrator API to create a process for that.