Pause app daily

Is there a way to pause the app automatically every day at certain time?
0 1 35
1 REPLY 1

There is not anything within the app configuration to do this. 

However, you could implement the app such that views are not shown/available during a certain time period by inserting Show_If expressions on each view.  If this works or not, I guess, depends on your needs.  And you should be aware that the views don't just suddenly disappear during the "Pause".  If a user is already on a view, they can still interact with it.  If suspending additional activity is important, you may need to carry this "Pause" into the actions as well to "Lock" them down.

Top Labels in this Space