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
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
Thanks for sharing the video. We will investigate this issue and fix it accordingly.
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