Data restrictions just got an upgrade! ๐Ÿ˜Ž

Until now, data restriction could be used in one of two ways:

  1. Restrict Data based on Users Relation
  2. Restrict Data based on Email Address

We have improved the second option to allow you to select any user property and not just the email property. The new options are:

  1. Match by Users Relation
  2. Match by User Property

Some use cases:

  1. I want to show my users only those posts where post.community = user.community
  2. I want my to show my users only those projects where project.client_name = user.name

Please share your feedback on how we can improve data restriction further.

1 Like

Nice.
Just wondering, in your example above, do you need to have a strict equality or could you have post.community IS ANY OF user.community (E.g. the useris in multiple group and the post belongs to one of them)?

1 Like

Thatโ€™s correct, Julien! โ€œMulti-selectโ€ and comma separated โ€œTextโ€ properties will use the IS ANY OF check.

Sounds great! Thank you Jatin.

1 Like