Hi,
I have a schedule that is triggered when two fields are equal. One is user´s day of birth and the other one is the current date.
so I did this:
DOBB = DOB.toString("dd-MM");
Current_Date = zoho.currentdate.toString("dd-MM");
But, the Current_Date do not update automaticaly, I have to edit each user data in order to update it and that is no practical option.
How can I update all the users data and keep them updated?
Any help will be appreciated