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.
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: