Just build this list dynamically based on the number of instances you need via script. That's the common way flex repeaters are used, and is, in my opinion, more maintainable than 20 visibility bindings in an array.
The script is simply a few lines.
I am trying to get use to this Perspective module and some of the things are giving me some headaches. I have a view setup with three labels that is supposed to be my template. I have a Flex Repeater that is set to use said view as it’s path. I can manually set 1 or 2 or more instances of my template view, but this is not what I want. I am trying to use a tag with a script transform to tell props.instances how many template views and what values to produce. The problem is I get the error:
array…
Hi there I am trying to bind a dataset to a flex repeater instances.
I have the same problem as
first I got Object found Array expected error
so I put in the script
[image]
and now I got the array found and object not found.
I am not familiar with this perspective and would appreciate if someone can show me how I can fix this?
Thanks
3 Likes