Page 1 of 1

Display timer

Posted: 22 Oct 2019 06:01
by Lucy
So... im using a periodic timer in a flow and works fine but i would like to have the timer in notification but cant figure out how to have the values update on the status bar. Ive also tried with sent and received data bytes but cant figure out how to have the values update!?

Re: Display timer

Posted: 22 Oct 2019 19:52
by Horschte
Try this:

Add an action Sleep with the duration of 1s after the action Notification on Statusbar. Then loop back to the action Notification. In the settings of Notification on Statusbar add a button to the Notification using the setting Actions and select Stop Flows to stop the loop.

Re: Display timer

Posted: 24 Oct 2019 03:11
by Lucy
Ah yeah i see what your trying to implement... ima work on it.. thanks