I Have an automation ques, I have two machines system 1 and system 2, from system 1 we have to search and read the document(excel or pdf), and after getting the information we have to go to system 2 and edit on the word file and mail to the client.
what is the best solution with best practices?
You mean two applications?
If yes then areyou facing any challenges doing so?
All the steps look straight and related activities are also available in UiPath
Cheers
thanks for the reply, can you please explain in details
cheers
Hi Anil, I think you are not able to understand my questions, sorry for that,
The issue I am facing is, I have two different systems and I have to perform automation in both systems with a single bot.
that was the first question I asked you…thats fine
create a machine template and connect both the machines usign it
so once system 1 task is completed…in that bot ass a start job activitiy to start a job on machine 2 …as once machine 1 bot stops the same bot will be reassigned to mchien 2
cheers
Hi @ashishmani, You have to create multi-bot architecture for it. below tutorial help you to execute same process at same time on multiple robots.
thanks, for the reply, can you please explain in detail, how to create a machine template, how to run the bot on the first machine, and how to start the job on the second machine.
Please check here
First job can be scheduled from orchestrator trigger…
Second job can be called using start job activity at the end of first job
Cheers