Hi @Bron,
As a workaround, you could set the Recurrence trigger to run it every day.
Then use formatDateTime() function to convert current date to "MM-dd", for example, if the date is first day of one year, do the following steps, or do nothing:
formatDateTime(utcNow(),'MM-dd')

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.