How can i schedule a task to run a script to start a certain time & end at certain time everyday?
For example:
start at 1300hrs; end at 1400hours
start at 1500hrs; end at 1600hours
start at 1700hrs; end at 1800hours ... and so on
if its possible to make a bot with BAS that can copy the text from the order history
How do you do that without BAS?
If you access order history by visiting web page and copy text from there, then you need to use "Get element text" action.
If you access order history by executing database query, than you need to use "Run Process" action. Here is exemple: https://community.bablosoft.com/uploads/files/1484668594362-mysql.xml
Like is it possible to copy/paste text and detect every time i get a new order on my store...