Auto Logout Feature Help

Ive followed q.s auto logout feature which works great!.
Except I was hoping to see if we could do something with application change rule, which states,

If current screen = Any screen, and idle is there for 30 sec, it logs out, otherwise it stays on that screen.

Is this possible?

I tried to push for some form of idle timer to trigger an auto logout but didn’t get very far.
You can make a crude timer reset by a munch of things.
Main challenge against the idea was that unless you have some form of hold ticket/switch user config it is generally pointless as many scenarios where close ticket isn’t possible.

Hmm…interesting. I’ve tried the app change to state that if its in navigation mode for example, then auto logout user after 20 seconds. But that doesn’t work well because it auto logs out regardless, since the minute u login ur on Nav screen, so timer would start and even if u went into any other screen, it would still log you out. I tried making a few minor changes to the timer reset that q also implemented but I still had trouble making it reset the timer when it was in a different screen other than Nav screen.

I wonder if we could make the store timer to have its variable reset to 20 seconds every time the screen changes. But I assume that would be even harder to control