hi
i would like to start a loop using clock timer after running a list of instructions in the screen initialize block
is it right to disable the clock timer at the begining in the screen initialize block and enable it after execute the list of instructions or there is a better way to do it ?
i try often and this time i would like to know before …
Probably better to untick the clock enabled in the designer, then you are in control, but it doesn’t really matter one way or another, just two less blocks.
Thanks for yourr answer
I wanted to use a clock timer to loop on an app script to display a kind of cardview near 200 items
It works but it’s rather slow so i am looking for another solution : the use of firebase that i did it before - it worked too but i prefer open a new post to expose my difficulties