Choose How Many Times to print
Choose How Many Times to print
I have created a task that will launch once you initiate a hot-key assignment. You will then pull the trigger on the barcode scanner and the order number that is entered in the Input Box goes out to a webpage and pulls in the pertinent information to print on a label into a text file. Is there a way in RoboTask to ask how many labels they would like to print? Right now it will print one and the task is complete. As it stands now, the user would have to initiate the hot-key assignment 5 times in order to print 5 labels. Just seeing if I can streamline a bit.
Re: Choose How Many Times to print
Input Box action? You can manually input any string
Also look at the Choice Dialog if you use pre-defined sets
Also look at the Choice Dialog if you use pre-defined sets
Oleg Yershov
Re: Choose How Many Times to print
So if I have an input box that says "Enter QTY to Print" and assign it to a variable, how do I get the printer command to print the number that is entered?