Hi there,
I have problem with listing data from specific user when these data were created by public/non registered user.
My data model is this:
Event datatype
- Name
- Description
- Photo
Memo datatype
- Name
- Text
- Event (Ref. to event unique ID)
I allowed public users (not registered/not loggedin) via privacy to be abel to add Memo’s for user’s event, but this specific user/owner of this event cant list them in Do a search for, user can see only memos created by him.
Since I have datatype of Memo’s where I store all the memos with reference to specific Event, I guess the problem is with search of this memos that were creaed by not registered user, because there is no reference to it in bubble.
Can someone help me fix this, why it doesnt work, my pivacy rules allow public users to create it, but why it cant be listed?
Thanks