Problem with adding scheduled tasks

Problem with adding scheduled tasks

Hello,

As it happens I am a rather clumsy newby. I am trying to set up the scheduler for adding new tasks, which base on the older ones (where new entries are meant to be dated for another month). So:

Added_User = zoho.adminuser
     Date_field = input.Date_field.addMonth(1)
     Name = input.Name
     Notes = input.Notes
     Status = "Open"

I have been trying to use if to add automatically new entries only when input.Date_field <= zoho.currentdate. It does appear to sort of work. I expect it to work for all the records. However, the script seems to be always hooked on a single entry only. I have been trying to mes around with fetching data from the form as well, but it feels like I am just chasing my own shadow atm.

I would be most grateful even for the slightest bit of advice.