How to identify if I use dispatcher or performer

Do I just use performer instead?
Go to sap crm to download customer list
Go to sap to download file
Sort and filter the 2 file via vlookup
Send email and attach the finalized file

@Jem_lim

Do the files are downloaded based on customer details?

Regards

Nope, both files are to be download based on from start date and end date

Dispatcher is used to read data from any input source and then upload it to a queue. We upload items to a queue to process the data in a First-in-First-out fashion.
The processing of this data is done using the performer.

2 Likes

@Jem_lim

If there is no data to be sent into queues then use the dispatcher.

If there is any data to be send into queues then use performer.

Regards

1 Like

Thanks for the explanation

@Jem_lim

Date is fixed or it is different. If the date varies then use dispatcher and add queue items.
Then use Processor to download the files according queue items and send back to end user

@Jem_lim

If you find the solution for your query please mark as solution to close the loop.

Regards

The start date will change every year
The end date is set to today

@Jem_lim

Thank You

Happy Automation !!

@Jem_lim Then their is no need to add in queue. Use performer or custom approach

Hey @Jem_lim ,

If you are uploading data to queues then it is called as Dispatcher
Basically dispacting(Sending) data to queue or tabular data then it is done using Dispatcher

Also if you are doing stuffs like processing data doing some calculations or basically performing actions with data then it is called as Performer

And to answer your question ,you have used a Performer

Hope this answers Your question
As per my knowledge @Ashlin_Cress_Fernandes answer is the right one

Please mark the right answer such that it will be a great help for the community

Regards

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