Adding loop functionality in Apps (Events)

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:

  1. with a button, have an event starting a robot directly and feeding it all the numbers through the arguments
  2. 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.
1 Like

@yrobert

did you try the unified app?

its might be the same you need..on click of a button the workflow to split and add can be called as in unified app each event is a small workflow

cheers

hi,
thanks for the answer.
we are limited to Apps for the moment for various reasons.
Additional info: It is on an Automation Suite environment (AKS).