Problem with privacy rules

Hi everyone,

I am having difficulties creating correct privacy rules, could someone help me please ?

I’d like the current user of the application to be able to see only his projects that he created on the application (projects being types in my case), I tried creating fields with the unique ID of the user but it doesn’t seem to work. I tried a tons of things but it never worked for me…

I believe I missed a basic understanding of how bubble works but it doesn’t handicap me quite bit.

Cheers !

Hi,

Have you applied constraints in the repeating group. If your project table (thing) has a user field, then something like user = current user in the repeating group constraint should be able to achieve what you want.

Let me know if this helps.

Regards,

Anil