I have a Workflow that will do two things:
- Running a notebook to find the datetime sunset for the current day
- Send a notification to myself via sms when the datetime arrives.
I have both notebooks working correctly. For example I received the sunset datetime UTC of ‘2024-08-12 01:17:51’. The second notebook I tested and send me a sms successfully.
I was going to start with this as my workflow and realized this wouldn’t work. When the second task would run it would fail and not work. How can I setup my workflow so that the third task ‘Notification’ starts at a specific time as defined by the GetTime task?