How to use conditional region?

help! i can’t seem to figure out how to use conditional region…i know how to make element conditional region. but i dont know to use it …
an example or a scenario would would be appreciated

You need to select an expression which evaluates to true/false if true, the conditional region will show its contents.

Thanks for the prompt response, it worked.
however the condition is executing only once, how can i make the conditional region show every time condition is true? and its only working in wappler web view.its not working in my browser.

here is my setup -
i added a container with conditional region
value for conditional region - when an input value == 1
i added a hidden attribute to the conditional region when the input when != 1

im using chrome browser

Not sure I understand your question. Maybe explain your use case a little more detailed.

The conditional region is not showing every time the condition true ,it is showing only once after every page refresh

Well, how do you change the condition? What’s the expression and what does it check and how does it change?

i have figured it out, it was because i added the hidden attribute to the conditional region.