How to display a Data Sub set

I am trying to display my Data.

I have a User Database
I also have a Listings Database

When the User signs in they go to a Daschboard edit their listing (they can have only one)

Currently The Listing isn’t populating on the Dashboard. I can see it creating itself, but I am un able to retrieve it. Current User Listing [data] type.

I am clearly missing something. The reason I want the second data type is that I am going to create a repeating group of the Listings.

Do I even need the second database?

How is your database structure set up (i.e. what us the relationship between user and listing, and vice versa in the DB?).

And what is the content type and data source on your dashboard.

Without knowing more it’s impossible to say what’s wrong.

Perhaps some screenshots of your database structure and on-page data source might help.

1 Like

Hello!

Let’s assume that your user has a field called name (of type text) and that your listing has a field called tittle (type text) and a field called owner (of type “user”).

Set up a repeating group of 1 row 1 column. Set the data type as listing and the data source as a “search for listings”.

Insert a text element and set the content as “current cell listing’s title”
Insert a second text element and set the content as “current cell listings owner’s name.

Make sure you have a few entries in the database … a couple of listings with tittles filled out and a couple of users with names and emails.

Preview the app

You should be able to see your entries in the rg. Style the rg to make it show borders and you will have a table.

Next, consider watching some tutorials on how to build your first app. Here a series of useful and short official videos:

Hope this helps! :+1:t2: