Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
For example, when you run this code on "x@gmail.com", it only gets "x".
What should I do to get the text after the "@" sign, that is, "gmail.com"?
"parce csv" - action
Using Substring
@radb0310
This only captures the "x" before the "@" sign.
@clepro, use the "Parse CSV string" action
You can also use the "Get substring between" action, and many other actions...
@GhostZ
thanks. It worked as you said.
I have the same problem, mine is loading for couple of hours and showing some numbers. Check the screenshot:
BAS Issue.png
My version is : 27.8.1 downloaded yesterday on 27 Sep 24
@SuperMario I have no idea how to do this. Could you please send me a sample file?
"Get the list by thread number." I don't quite understand how to do this?
Use dropdown selector, select boxes or select radio button.
@NotWegant Bro it is necessary to add "call function" in "main" while creating the module.
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.