I don’t know why I think the workout builder doesn’t work properly for running activities, I’m trying to create a simple activity (warmup, five reps and cooldown), but in my Forerunner 235 it only detects warmup and cooldown.
Going back to intervals.icu, I find that exactly those two steps come out in the generated graph. Thinking about whether it is a mistake of mine, I define a similar workout for cycling, and I find that in this case it works correctly. I don’t know if the race workout is badly defined, or there’s an error in the builder.
Here the running error:
Warmup
- Press lap 15m ramp 50-75% Pace
5x
- 400mkm maxeffort 100-105% Pace
- 600mkm 50-75% Pace press lap
Cooldown
- Press lap 15m ramp 50-75% Pace
Thank you , it was a measurement error and that is why it does not count the segments of the repetitions. In the constructor it put the measure m (meters) and it must be that since it does not detect it, it automatically converts it to “mkm”. Updated my workout to mtr works correctly.
Yes, the capture was to indicate how my error was produced. The unit ‘m’ is for minutes and ‘mtr’ for meters. The correct thing is as you have indicated and as it would be reflected in the following image: