Page 1 of 1

a condition for control UI

Posted: 15 Apr 2018 12:30
by Autumn-Leigh
Can we request a condition, so if say your doing control UI but you have a lock screen with pin, it executes it after your past it?

Re: a condition for control UI

Posted: 15 Apr 2018 13:13
by Desmanto
Most of the time, Control UI simply execute the UI action. To make it wait, use sleep instead. And we are not using condition to wait for the lock screen, we should use Trigger User Present instead. Add the Control UI after that trigger. The first flow only enabled the User Present Flow, and it will then wait until get triggered, execute the Control UI and disable itself again.