Dispatcher and performer mathematical operation uipath re framework

how to do mathematical operation by using Dispatcher and performer in UiPath re framework tell me how to build development in the input xl file there are some value instead of number format is in alphabetical letters and some are empty row for the value how to Handel this exception in dispature.

if anyone knows any you tub video for that development share me link

@pallavi_patil2

Dispatcher: This bot is responsible for adding work items (e.g., numbers to be used in the mathematical operation) to the queue in Orchestrator.
Performer: This bot fetches work items from the queue and performs the mathematical operation on them.

Please Refer this

Hi @pallavi_patil2

Generally, the Dispatcher is used to send data to the queues. After the data is sent to the queues, it is used in the process called Performer.

  • Dispatcher: Used to send the data to the queues.
  • Performer: Uses the queue data in the main process that we want to automate.

We can build the Dispatcher and Performer in single RE Framework. The Dispatcher process can be build in the First sequence in Initialization state.

Here is the sample Project video for your reference,

Hope it helps!!

Thanks i will check.

1 Like

Thanks I will check this.

1 Like

It’s my pleasure… @pallavi_patil2

If you find the solution Make my post Mark as solution to close the loop.

Happy Automation!!

1 Like

@pallavi_patil2

If you find the solution Make my post Mark as solution to close the loop.

Happy Automation!!

1 Like

how to do mathematical operation by using Dispatcher and performer in UiPath re framework tell me how to build development in the input xl file there are some value instead of number format is in alphabetical letters and some are empty row for the value how to Handel this exception in dispature.

how to do mathematical operation by using Dispatcher and performer in UiPath re framework tell me how to build development in the input xl file there are some value instead of number format is in alphabetical letters and some are empty row for the value how to Handel this exception in dispature. Is there any YouTube vedio available for this case .

Okay @pallavi_patil2

But what data you are sending from excel to queues. Could you give a clarification on this.

If possible share screenshots of excel.

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