Dynamic Pages + Multireference datasets

Hello all - I have dynamics pages (in dataset “DynamicPageData”) in which I am trying to display content from another dataset (“Tools”).

DynamicPageData contains the following:

  • Type (house, car, boat, apartment)
  • Cost (number)
  • Labor (labor hours)
  • Image
  • MediaGallery

Tools contains the following fields:

  • Text (hammer, screwdriver, nailgun)
  • Image
  • URL (link to article about that tool)

I created a multi-reference field in the DynamicPageData , and I associated it with the Tools dataset. I then added some of the tools to the dynamic page data, to ensure it was populated.

Now, I am trying to display the Tools associated the selected dynamic page called “House”. However, the repeater is not showing the proper data, even though I’ve connected it to the DynamicPageData list as the main dataset… and then the image/text/url fields to the referenced dataset under DynamicPageData.

Any thoughts on why this is not working?

Can you share the code snippet that is not working so that any community members here may help you to problem solve better?