For example Queue contains 10000 records. Can we split the queue items by using the reference Number In the Queue. If Yes how can we do That. I need to split items to 3 bots
1 bot-4000 items,
2 bot-3000 items,
3 bots-3000 items.
While adding the items to the queue…use reference like the bot username…which is unique to eqch bot you run…
And in get transaction data give a reference filter like Environment.Username…then each bot will take the its only with the reference of the corresponding username
Hope this helps
Cheers
Thank You So much @Anil_G.I think This logic helps me.
1 Like