Displaying data to dynamic pages

Just a guess. Presumably you are using a repeater to display your dataset information?

In this case you need to do a few things…

  1. Disconnect the dataset binding in the repeater and use the data property to load the repeater instead.
  2. In your then handler you should assign items to the repeater’s .data property.
  3. Once the data has been assigned you would then need to use either onItemReady or forEachItem handler to update the information in each repeater item view.

Don’t try to mix the usage of wixData and datasets as this will lead to insanity and make debugging a little tricky.