Is there a way to run or loop a video 100 times using UIPath?
All you need to do is having a simple Int32 Counter
.
Do it with a usual While
or with a Do While
. That depends on what you want to achieve.
If you need to wait a bit between the videos, just add the Delay activity: