Delay X seconds functions (Thunkable X)

I would like to change the text in a label after few seconds…
in the classic version I was able to build a small “delay” function using the following method:

image

how can I do the same in Thunkable X?

Thanks
Liron

Use non loop Timer (property Loops = false).

May you elaborate how exactly?

Thanks

Sample

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

1 Like

Works!!! Thanks a lot.