Hi @FiKar
You can't set up recurrence directly in PAD, you have couple options:
1. Set up the scheduled Power Automate (cloud) flow and set up a schedule. In the flow, call Power Autoamte Dekstop flow which will be executed on the computer.
2. If for some reason you don't want to use Power Automate cloud to manage the schedule, you can use Windows task scheduler to run your PAD flow on the computer
3. Use any other scheduler to call PAD flow directly via URL
4. Build Power automate flow that when started will keep running in a loop, executing whatever you program in the loop.