Setting access restriction

Hi everyone , I am new to Adalo and I am currently developing a Board room booking application whereby Board Rooms have owners , and board rooms can be booked by other users.

I have enabled a button within my app’s board rooms list (card list) .
I want to set a restriction that each and everyone owner of the Board room to only be able to see the notifications of the booking placed to his/her Boardroom only.


Any idea on how should implement this?

Hi @Jintery ,

Link board collection do users collection (1-to-M), then when anything need notification, you can access that relationship with trigger notification action.

1 Like

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