I am trying to make it so that the accounts can log in, but they keep showing an incorrect user/password. To prevent this, I wanted to try assigning a row in a spreadsheet to one thread. Is this possible?
Export your spreadsheet as csv file, than import it to BAS as a resource and set it to use each line 1 time (it is default setting I think). That way each thread would take new line from your csv file in run mode or as compiled bot.
Hello
Where saves temporary BAS the variables used in an thread?
Maybe in a file?
I need to recover this files with Recuva or some software and read this files again to recover the used variables in all completed threads (because I've no set an option to save manually this variables in a file)