Scheduling a notification to be sent yearly

Hello,

I need to know how to send a notification yearly including leap years.

without coding,

trigger: {
days: 365,
repeats: true
}

is there a another way to implement this function including both 366 and 365?

If anyone has a solution please let me know.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.