Missed call alert macro isn't working

viveeshk

New member
The macro is to alert me every single minute when i miss a call until i unlock the screen, but even after unlocking the phone, it keeps sending me alerts and the only way to stop is to disable/enable the macro. Any idea what is wrong here?
 

Attachments

  • Screenshot_2024-03-19-10-45-28-76_2e840d222d67ef3caca3a1c67d71d48f.jpg
    Screenshot_2024-03-19-10-45-28-76_2e840d222d67ef3caca3a1c67d71d48f.jpg
    371.4 KB · Views: 12

Dm114

Well-known member
The macro is to alert me every single minute when i miss a call until i unlock the screen, but even after unlocking the phone, it keeps sending me alerts and the only way to stop is to disable/enable the macro. Any idea what is wrong here?
It's amazing as the loop should stop when your device is unlocked 🤔

What happens if you try "Test actions"?
 

viveeshk

New member
I run the "Test Macro" only. Btw, I figured out the issue. If you take a closer look, the wait time is 1 minute after the speak command which means even if I unlock the device, the macro will wait for a minute before ending the loop and by the time, if I lock the phone again within a minute, the macro continues to run endlessly. So what i did was, i remove the "device locked" condition from the do/while and replaced it with "notification present" condition so that I need to clear the missed call notification from the notification to end the loop.
 
Top