Random function doesn't work

What are you trying to do? Use random in an array

What are the reproduction steps? Games / Keno Grid - New Vision Gaming - Plasmic - 20 February 2025 | Loom

Hi @alyssa_feola

Thanks for sharing the video. We will investigate this issue and fix it accordingly.

1 Like

Hi @alyssa_feola

We don’t allow random values in the initial values as it can create indeterministic behaviour in rendering. You should use Side Effect component inside your page where you need this logic and move your dynamic expression to on load interaction on Side Effect component.

Side Effect component is inside Developer section in Insert Menu.

Thanks

1 Like