Hi
I have a task I want to repeat 1, 2, 3 or 4 times
How can I loop this task ?
I tried with standard Loop but is the condition exclusively a While ? And what have I to put in this While ? i tried return nbiteration, and i define nbiteration as 1 for testing but it didnt work
Other solution i tried was a sequence flow on itself with same condition it didnt work
Thank you