Repeat x number of times isn't working
The syntax you want to use for this is "every [interval] for X times". For example, to repeat every day for 5 times, you would want to use:
every 1 day for 5 times
If you're finding that your tasks repeat forever when they should be stopping after X times, you may want to verify that the repeat property for the task correctly shows "for 5 times".
You can find more information on the repeat intervals that are available here.
Hope that helps!
every 1 day for 5 times
If you're finding that your tasks repeat forever when they should be stopping after X times, you may want to verify that the repeat property for the task correctly shows "for 5 times".
You can find more information on the repeat intervals that are available here.
Hope that helps!