Data from 3 nested databases in dynamic page

I have these 3 databases:

  1. Continent - which has a contitentName text field.
  2. Country - which has a “continent” reference field to Continent table and countryName text field.
  3. City - which has a “country” reference field to Country table and cityName text field.
    I have city dynamic page which displays details about a specific city from the City database.
    I have no problem displaying cityName & countryName using dataset & data connection (without wix code).
    How can I display the continentName of the relevant city (coming from the relevant country) - preferably without wix code?
    Thanks.

Hi latingate. I am attempting to do the same thing as you. Were you ever able to figure this out?