Making a component appear after a time delay with variable

so, I don’t know what I’m doing wrong I’m unable to make this component appear after 1s delay with a boolean variable.

If I set the variable in the interaction from false to true it does work, but it doesn’t the work the other way.

Thanks for reaching out. Just to confirm, do you want it to toggle on and off every second, or should it toggle off when the boolean is true and vice versa?

If you’re looking to create a loop action, you can do this by creating ‘on’ and ‘off’ variants of the component and setting up interactions between them with a delay.

For the latter case, you can achieve this by using a conditional statement.

Hope this helps! Please let me know how that works.

Thanks,
Toku