Random Order Account and how it work

Support / help / discussion forum for twitter bot
Post Reply
kratoss
Posts: 5
Joined: Fri Jan 21, 2022 8:40 am

Random Order Account and how it work

Post by kratoss »

Hello,

I have seen recently you have make new feature is random order account. I would like to know how to use it in bulk. I can see RandomOrderAccount when i click in a action and click edit. But if i have 100 actions so i need to click to all of it to edit manually or is there anyway to edit in bulk

Thank you
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Random Order Account and how it work

Post by martin@rootjazz »

if you have an action of 100 accounts, then the accounts will be used in sequence to process the (n) items.

With RandomOrderAccount, what happens is after each account has processed 1 item, then the order will randomised again.


simple example of action with 4 accounts

acc_1 process item_1
acc_2 process item_2
acc_3 process item_3
acc_4 process item_4
<randomise>
acc_3 process item_5
acc_1 process item_6
acc_4 process item_7
acc_2 process item_8
<randomise>
etc

As for applying to multiple actions, at this time it's not possible



Regards,
Martin
Post Reply