Hello everybody,
trying to create birthday reminders for my app.
User has to insert a “name”(input text) and “date”(Date time picker)
Then click the submit button
(workflow submit button:)
By clicking the submit button
- a new “Birthday Reminder” is created.
- an email is send to confirm user the date has been saved
- SET A RECURRING EVENT from API Workflow:
As you can see in the photos, I want the user to receive a reminder email, yearly
But I want my user to receive the reminder email for example 7 DAYS BEFORE THE GIVEN BIRTHDAY DATE.
What do I set then as start date? Date/TimePicker A’s value …
Is this the right method/way of doing this?
Can anybody please help.
Thank you so much in advance !