I have above case and would like to repeat those actions. the trigger is " Reclamesticker" I put this text in a string variable.
You could use a Repeat Number of Times activity, or a Do While.
thanks, how do I write the condition?
Well for Repeat Number of Times, you’d have to count how many times it has to run, then provide that number to the activity.
For a Do While…you tell me. At what point should it stop?
it should stop when the string variable is empty with " Reclamesticker" that’s the trigger
Then that’s your condition…Do While NOT strVar is nothing