[BUG - 16424] Possible Bug in 8.0.11 - Flex Repeater Instances with a dataset in the array returns a string instead of the actual dataset in a script transform

In 8.0.11, possibly earlier, haven’t tried it out yet, if you bind to the instances property on a flex repeater, and have a dataset in the item, doing value[0].dataSetName or value[0][“datasetName”] will return a string of “Dataset[1xN]” instead of the actual dataset.

If you reference the instances property directly in the script instead of using value… it works without issue.

Yep, confirmed, this is a bug. We’ll get it fixed.