Bulk Uploading Queue Items using a CSV File in UiPath Orchestrator

Hello UiPath community,

I’m interested in efficiently uploading multiple queue items to UiPath Orchestrator using a CSV file. I found a relevant document on bulk uploading queue items using a CSV file here. Can someone provide a brief summary of the key steps and considerations mentioned in the document for bulk uploading queue items using a CSV file?

Hi @leela_surya_prasanth ,

  1. Prepare CSV File: Create a CSV file containing the necessary data for the queue items. Ensure that the CSV file includes columns corresponding to the required fields such as Reference, Due Date, Priority, and any other custom fields.
  2. Access Queue Page in Orchestrator: Navigate to the Queue page in UiPath Orchestrator and select the desired queue where you want to upload the items.
  3. Click on “Actions” and Choose “Bulk Upload”: Within the queue details page, click on the “Actions” button and select “Bulk Upload” from the dropdown menu.
  4. Upload the CSV File: Use the “Browse” button to select and upload the prepared CSV file. Orchestrator will automatically map the columns from the CSV file to the corresponding queue item fields.
  5. Review Mapped Fields: Confirm that the fields from the CSV file are correctly mapped to the queue item fields in Orchestrator. Adjust mappings if needed.
  6. Initiate Bulk Upload: After reviewing the mappings, click on the “Upload” button to initiate the bulk upload process. Orchestrator will create queue items based on the data provided in the CSV file.
  7. Monitor Upload Status: Monitor the status of the bulk upload operation to ensure that all items are successfully added to the queue. Review any error messages or warnings if they occur.

By following these steps, you can efficiently bulk upload queue items to UiPath Orchestrator using a CSV file, saving time and streamlining the process of populating your queues with relevant data

Screenshots for reference

Ref link :- Orchestrator - Bulk Uploading Queue Items Using a CSV File

Happy Automation !

1 Like

Hi @leela_surya_prasanth

Welcome to Community!!

Please check on below

Hope this helps!!

1 Like

Hi @leela_surya_prasanth
Refer the docs

Hi @leela_surya_prasanth

=> Read the CSV file using Read CSV activity and store the output in the data table.
=> Use Bulk Add Queue Items activity and pass the data table variable and you can get the items to your queue.


Sample Input:


Your data will get added like this:

Regards

1 Like

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