Hello,
I have a Google Sheet with about 170K rows. I read that sheet and output that into a data table, which then loops through row by row and adds each row to the Orchestrator queue. This has failed twice on me now. The first failure the bot added about 80K items to queue and decided to throw the “catch” in the “try/catch” activity where it says “nothing was added to queue”. The second time this failed, it only made it to about 4K items before throwing the BusEx in “catch”.
I’ve never experienced this failure when adding items to queue. Does anyone know what I might be doing wrong? I use this same logic for all our other bots.
Thanks!