Hi there,
a situation i have often, is an App where users add some information and a list of unique numbers. this should start a robot to process all that unique numbers based on what has been provided in the app. (environment: Automation Suite AKS)
For the moment, I have 2 options:
- with a button, have an event starting a robot directly and feeding it all the numbers through the arguments
- have the users click for each unique number ‘add to queue’.
both are not optimal. (maybe there others options).
what i would like:
- have an option to do a loop in the ‘events’. with vb, i could provide the info on what it should loop. For example, loop on split(text_box,“;”) → add to queue.