Alternate days show notification

Post your questions and help other users.

Moderator: Martin

Post Reply
MIDHUN RAJ
Posts: 1
Joined: 02 Sep 2016 06:11

Alternate days show notification

Post by MIDHUN RAJ » 05 Sep 2016 10:27

I want a flow to show a variable (boolean) to be true on alternate days.
ie. day 1 var = true
day 2 var = false
day 3 var = true
day 4 var = false
......
day 31 var =....
next month
day 1 var = ....

PROBLEM:
problem is how to detect an alternate day? for that you need to compare with previous day.
example. if the day is september 30 then the next day is october 1 ...which is an alternate day
CONDITION:
The flow should work even if device is switched off for 2 days.

Post Reply