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.
That helped a lot. I thought because I'm parsing value to parameters I don't need global variables. But, is it possible to call another async function inside an async function?
@kmishu96 The first thing is u need to record the http request from hotmail signup page till finish, and use the http record/sniff result, its not easy bcoz microsoft/hotmail have much protection etc. or u sniff all request from another sniff program and put into BAS :)