#kitem-schedule
1 messages · Page 1 of 1 (latest)
I've tried to put the interations param after all or at start of all
but still the same error, I'm using the itarations to manage the scheduled update for the question about yearly subscription managed with monthly payments, have removed the end_date and set the iterations
after that I got this issue but can't find anything on doc, I'm user I'm missing something
req_73VLNj2T0d1Q64
here I passed an iterations = 1
and it worked, but the same call with an iteration that is not 1 get that error
ultiamtely that request doesn't make sense to me. You're saying, starting now, iterate for a year. Then, you're saying, starting a month from now, do something else
which doesn't make sense, the second phase can't have that start date since it's in the middle of the first phase.
oh ok
yeah because then you're trying to put a phase inside the iteration cycle of the previous phase
clear, so with iterations it's better to avoid using start_date
and the "sorted" of the error is referred to the date inside the phases
Well, you can. But you need to be cautious not to use a start date that coincides with a previous/current phase