Hello,I have an issue with Excel sheet.I want add the items in queues in Orchestrator,but I’m getting an error in opening excel sheet.Do I have other option to add items into queues to automate Re-framework
Hi @Niki21
Use this
Bulk Add Queue Items and Add Queue Item have different behavior regarding to String
Thanks
Ashwin.S
Hello AshwainS2, I think you should change reference to the official documentation rather than my issue post .
@Niki21 you can try the workbook activity which will not start Excel but read your .xlsx file, then use the Bulk Upload activity: https://docs.uipath.com/activities/docs/bulk-add-queue-items, or use a For Each Row and upload items one by one.
Another way if you want to do it manually is using the Upload Queue items directly in the Orchestrator website.
Sincerely,