1

Is there a way to run or loop a video 100 times using UIPath?

kwoxer
  • 3,734
  • 4
  • 40
  • 70
Carolyn Cordeiro
  • 1,525
  • 3
  • 11
  • 26

1 Answers1

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.

UiPath process

If you need to wait a bit between the videos, just add the Delay activity: Delay activity

kwoxer
  • 3,734
  • 4
  • 40
  • 70