Bulk Upload or Transactional approach for adding queue items, which is better?

Hello,
I would like to know the better method to add queue items in Orchestrator either bulk upload or using add queue item activity.

That depends on your situation. Do you have a .csv with a large amount of transactions that you would like to upload into a queue. Or do you want to continuously add items over time?

Hi,

I have some issue with csv. I have files with 20.000 rows of transactions to load to orchestrator. I’m making reference for each row based on date and 2 columns from that file. Right now, when Im loading that file by for each row with add queue item activity it take sth like 1h to upload it.

Is it possible to load those items by csv itself through there?

image

That should work,

Zev