Build a bot to upload documents to Document Automation
- Updated: 2025/03/11
Build a bot to upload documents to Document Automation
Build a bot to upload documents to a specific learning instance for processing and extraction.
Prerequisites
- Ensure you have the name of the destination learning instance.
- Ensure that you have the Scheduler user permissions. See Document Automation users.
- If you have an adequate amount of Bot Runners
connected. For instructions on connecting a Bot Runner, see step
about configuring Bot Runner user device and device pool in Set up your Document Automation environment.Note: You need a dedicated Bot Runner for this bot and additional Bot Runners for the
extraction
anddownload
bots, depending on the average number of pages in the documents. Review the explanation below for more guidance on how many Bot Runners are needed. - Decide on the scheduling interval for deploying this bot with a maximum interval of every thirty minutes.
- Determine the average number of pages in the documents awaiting upload.
This bot is necessary for end-to-end automation of the document
extraction process. When deployed, the bot checks if there are enough Bot Runners to handle the documents. For more information, see Document Automation - scaling requirements.
Note: This step is important as it controls the number
of documents being uploaded to ensure smooth processing and avoid overloading the Bot Runners, which might cause a time-out error.
To learn more, search for the Document Automation Developer course in Automation Anywhere University: RPA Training and Certification (A-People login required).
Procedure
To build the bot, follow these steps:
The completed bot should resemble the one in the image below:
Next steps
Publish the process and bot. See step 3 of Publish the learning instance to production