Im new in zoho creator, I want to auto-calculate the renewal date which is start date + 365 days, how to write it in If then else statement?
If { start_date !==NULL;
renewal_date = start_date +365
}
Thanks