Hello Makers,
I am creating an events app where the user selects an event and asks to be reminded 15 minutes before the event time.
I plan to use the Schedule API Workflow to do this.
But I have a question about it.
Each event is repeated in a time slot, let’s say:
It begins on April 12 - 2021 at 11:00 am and ends on May 23 - 2021 at 04:00 pm.
So the same event runs every day at 11am.
The user should receive a notification at say at 10:30 am each day as long as the current date is not before the end date.
So far everything is clear.
The problem is that when using the Schedule date for the API Workflow, it asks me to enter a date (dd / mm / yyyy 00:00 xx).
So, but, I would only need to use the time parameter (00:00 xx) without the date since I would use an Only when to limit the action so that it does not execute if the current date is greater than the end date.
Anyone have any idea how I could do this?
Thank you.