In order to implement my feature I had to write 4 programs (see below).
Basically I moved the REPEAT Loops into a separate program and called them from controller programs.
----------
Program 1: Call Tim Control Off
If Control '**003 Living Room Pots / 003H Call Tim' is switched On And Status '**003 Living Room Pots' is Off Then Run Program 'Call Tim Leave Off' (Then Path) Else - No Actions - (To add one, press 'Action') --------
Program 2: Call Tim Control On
If Control '**003 Living Room Pots / 003H Call Tim' is switched On And Status '**003 Living Room Pots' is not Off Then Run Program 'Call Tim Leave On' (Then Path) Else - No Actions - (To add one, press 'Action') --------
Program 3: Call Tim Leave Off
If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat 5 times Set '**003 Living Room Pots' On Set '**003 Living Room Pots' Off Wait 1 second Else - No Actions - (To add one, press 'Action')
----------------
Program 4: Call Tim Leave On
If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat 5 times Set '**003 Living Room Pots' Off Set '**003 Living Room Pots' On Wait 1 second Else - No Actions - (To add one, press 'Action')
--------