Hi,
Hope someone knows the answer.
I have a database with accounts info (login, pass, proxy etc).
I've setup a script so that as soon as an account is randomly selected, it's moved from Group "Available" to Group "Recently Used". This happens at the start of a script.
Now if I set this script to run several times, everything works as expected. So the script only chooses accounts from the "Available" group.
However, if I open another instance of BAS and run the same script at the same time, it still seems to be able to select accounts that have been moved into "Recently Used".
This suggests to me the database is not updated in real time between scripts and when both scripts are activated, Script B is not accounting for database changes from Script A and vice versa.
Is the database intentionally set up this way and is there a way around it? Thanks