Un-Encrypted users record are visible in the Dashboard ShareIssue When sharing Dashboards and searching names, encrypted users are displayed with their name and the un-encrypted value below.ReleaseALLResolutionWe engaged our product team to investigate the issue and understand the root cause behind the issue. The behaviour noticed by you is expected since the user has role for the cryptographic module. Hence, when we query the glide records we are able to see decrypted values. The list view behavior for parent table shows encrypted values but the list view for child table would show decrypted values. Above was a very technical explanation to the issue. To easily sum it up, when we click on SHARE button on dashboard and write up user names users see decrypted user name value because the system queries a gliderecord, think of it as accessing the form , when we access the form it shows as un-encrypted but when we access the same record from list it shows encrypted. Because when we open the form the system uses gliderecord query. SImilarly when we type in user name on dashboard and if the user has cryptographic role who is performing this operation they will see unencrypted value as system performs a gliderecord query . We can not compare what we see on list view to what we see on dashboard because both have diferent query operations. This is working as designed.