Collection of posts by single User

Hello I’m new to using Bubble, I’ve having some trouble figuring out how to create a page that shows a list of posts created by a single user when their name is clicked from another page. I have a User table and a Place table, Places are created by a User.

Hi.
Page with the list of places by one user: click on the page and make its content type user

Page where you click to see more of that user: on the workflow of the button add 1 workflow action: “Go to page:” Here, select send data to that page: parent groups place creator or parent groups user

The page with the places: make it a repeating group type places. as its data source make it do a search for: places . Add the constraint: where creator = current page user. Put a text showing current cells place inside the repeating group.

Hope that works for you!

This topic was automatically closed after 70 days. New replies are no longer allowed.