Hi, I've created a flow which runs every evening and sets an alarm for the next morning based of some conditions in my calendar.
This works very good and I would like to have a notification containing the next alam set.
As the last-1 step of my flow I've used the "init variable next alarm" action.
As the last step I used the action to show the value of this variable in a notification, but it always returns null.
When I run the flow for the second time the notification shows the correct time of the alarm that was just set.
Why isn't this working from the first time?
I've also tried to put the notification in another flow and execute that one as last step from the first flow but the behaviour is the same.
next alarm variable
Moderator: Martin
Re: next alarm variable
Maybe there's a delay until tHe system updates the new alarm.
Try adding a 5 second sleep delay before running the notification action
Try adding a 5 second sleep delay before running the notification action