It looks like all users are able to see all other users’ inputs in metrics dimensioned by the User list. Is there a way to restrict this? The typical access rights flow doesn’t seem to allow this
Solved
Is there a way to restrict access to User dimensioned metrics?
Best answer by Chahat
Hi
You can implement the following approach, and it will automatically sync with the Native Users list
- In the “Custom Users” List:
- Add Items e.g. 1500
- create the unique property ‘Name’ with a formula (datatype: Int)
CUMULATE(1, ‘custom users’) - In the email property:
User.Email[by lastnonblank: item(cumulate(1, User), 'Custom Users'.Name)] - Similarly , Fetch the person name
User.Name[by lastnonblank: item(cumulate(1, User), 'Custom Users'.Name)]
Let me know if it helps or if you need any further clarification/guidance.
Log into the Pigment Community
No account yet? Create an account
Single Sign-On Need help?
Log in with your Pigment accountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.


