Create Consolidate Output file in MultiBot Architecture

Create Consolidate Output file in MultiBot Architecture

Use Case Description

I don’t want to use any shared drive or share point and I need to create a consolidated report in multiBot architecture.Report should be created by the Bot which completed execution at the end. I don’t want to specify a perticular bot to consolidate the report at end. Any feature in orchestrator or activity in UiPath?Please suggest me.

AS-IS WORKFLOW, TO-BE WORKFLOW

-

Other information about the use case

Industry categories for this use case: Information Technology and Services

Skill level required: Advanced

UiPath Products that were used: UiPath Studio, UiPath Orchestrator

Other applications that were used: -

Other resources: -

What is the top ROI driver for this use case?: Accelerate growth and operational efficiency

Hi @ApurvaArya ,

In order to create a multi-bot consolidated report, you will need some kind of storage media to create consistency and then either have the process to verify if there are transactions left so it can generate the report, or create a separate process only for reporting purposes.

For your consistent transaction storage you can consider

A database (SQL, NoSQL)
UiPath’s Data Service

Other alternatives are
Create a process to scan the queues and build a report off them.
Or an even simpler option, you can create a dashboard with uipath insights if available

Your overall architecture will dictate the best path to go.