I have a field were i am collecting customers date of birthday.
I want to trigger an api that works on a list of customers birthday and sends out birthday wishes if there birthday is today.
I have tried various methods but nothing seems to work. Kindly guide me . Does anyone have a solution to find out fields that have today’s date (but not the same year).
Can you use the “formatted as” option and do an only when condition checking if the current timestamp with the year removed using formatted as, is equals to their birthday with the year removed using formatted as.