I’ve not been able to find a straight answer to how I should set this up.
Goal: allow users to select a time like 7am for when to send new notifications.
I have a workflow to trigger an email summary if they have new notifications. I want when the trigger schedules it will look at the selected time and select the next Occurrence of that time.
So if I have 7am selected on my notification settings, any new notifications after 7am will be triggered for 7am the next day. If I get a new notification at 6am it will be triggered at 7am in an hour.
Input field:
Would I use an input set to integer, and then have a am/pm dropdown?
How would I convert that to an understandable time in the workflow when scheduling the API?