Repeat + 1 each time the macro is activated

I would like to have an action that repeats one more time than the previous every time the macro is activated. Essentially, I want it to repeat once the first time, twice the second time, etc.

If anyone can help with this, I would really appreciate it!

Here is a screenshot of what I have so far (I don't know if I can somehow combine them):

I'll have a try : if one of the gurus have a better way of doing it, I sure could benefit from it.
This one works: just think to initialize somewhere the Times variable (Set it to 0 if you want 1 repeat the 1st time the macro is run)

repeat 1 more time Macro (v9.0.3)

repeat 1 more time.kmmacros (3.3 KB)

1 Like

Fortunately, this is easier than you might think. Just use the counter variable for the number in the Repeat x times field:

2 Likes