Hello.
I am going to start a project where I would need to work with many static vertical arrangements. When the screen initialize, I want to make only one arrangement to be visible.
I have tried like this.
But this can’t work cause component field don’t accept strings.
Add in a variable the list of vertical arrangements you have…Then use set any vertical arrangement . visible to component : pick random item of list (the list of your vertical arrangements)…
Ex of list :
Componets must be in this form can’t be written as string:
Thanks for your suggestion. I’ve tried this method before with 10 arrangements.
But now I am going to work with like 100 or more arrangements.
Is there any easy solution?
Again thanks for your suggestion.