Page 1 of 1

Time everyday not working

Posted: 12 Sep 2019 14:48
by medhassano
Hello,
I want to create a flow with trigger time everyday (07:30), but it does not work, the trigger does not start at the desired time, I excluded automagic battery optimization but without solution.
I have Android 5.1.1

Re: Time everyday not working

Posted: 12 Sep 2019 15:15
by Rafi4
Hi
Check the option "like alarm clock(android 5+)" in options and select days which you want.
from record4

Re: Time everyday not working

Posted: 12 Sep 2019 15:37
by medhassano
I did it but it gives nothing

Re: Time everyday not working

Posted: 12 Sep 2019 20:15
by Martin
Hi,

Could you please share your flow so that I can check if it's a problem in the flow or some kind of battery optimization issue of the device?
What device model are you using?

Thanks & Regards,
Martin

Re: Time everyday not working

Posted: 05 Oct 2019 16:07
by medhassano
Huawei Ascend P7

Re: Time everyday not working

Posted: 05 Oct 2019 23:10
by Rafi4
Hi
Use trigger global variable date and time (select date and time enter global variable as global_daily)
Check the options like alarm clock and trigger immediately on missed events
Action =script use code as

Code: Select all

global_daily=addDays(global_daily,1)
See screen shot.

I think this will fulfil your needs
from record4