Hi, I have a question.
In my experience with RPA, when there is a project with more than 1 app, for example:
- SAP - get input from sap
- Intranet - verify input data in intranet
- Web1 - update data in web1
- Web2 - download file in web 2
- Web3 - update database web with file and updated data
Normally we create one process for each app. But I’ve found that create one step for just download a file, one step for verify, etc. It’s making a very secure process but is adding more time to it.
So, I want to know if this is the procedure (separate by apps) or we can create mixed app processes separating carefully and how do you will do it?
Thank you