Is there a way to run or loop a video 100 times using UIPath?
Asked
Active
Viewed 487 times
1 Answers
1
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:

kwoxer
- 3,734
- 4
- 40
- 70