Hi guys! Can you please explain me, what i am doing wrong? I want setup into workflow simple logic
When Current time is 19:00 → do something (show alert, send email, etc.)
Have any do something like this?
I tried this one, but it doesn’t work
Have no answer yet(
Hello,
The current date/time is not updating automatically. You need to have your own state and refreshing it.
A good way is to schedule an API workflow on the desired date instead of using your do when… workflow.
Thanks, will try