Hi
I have group in a scene which contain quad and 3 text field.
Also i have json api which sstructure look like this
[
{
"data": "6"
}
]
this json api change value depend on incoming data, the value can be 5 or 10 or 15
in my scene i have 20 group
if my json data is 3 i want to show 3 group in my scene starting from group 1 and hide other group.
each group has its own data
how can i do this in XPression