I am trying to create a profile page for a user, which should show the previous posts by the user in a repeating group (correct me if repeating group is not for this purpose). I have been trying since a very long time and watched videos in Learning Center and also looked at other posts. Though they were very helpful, I am not able to understand how to do it.
Can someone please look at my app and let me know where I am doing a mistake?
Is this for the current user or the current page user? Either way, you need to add a constraint in your search of posts:
Created by = current user (that is, the logged in user) or = current page user (the user whom this page should source from)
If it is current page user, you need to send user data to the page whenever you navigate to it. For example, a list of users in a repeating group on a search page… have a button in the repeating group cell that, when clicked, navigates to the profile page and sends the “current cell’s user” data.