Closed user post

Please tell me how I can create a post that only I can see?

On your Posts collection, make sure you have a many-to-one relationship with users (Users can have many posts, posts belong to one user)

Add a list of posts and filter it by “Logged-in user > posts”

1 Like

Thanks a lot

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.