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.