Hello @adamhholmes @All I need your help!
I’ve already set the primary field of the User table to a unique ID, but in some records, the ‘Created By’ field is showing an email ID instead of the unique ID. How can we resolve this issue?
Hi there, @ali.adnan… the Created By
field you are showing in your screenshot will always show the email address of the user who created a thing. That being said, by setting the primary field of the User
data type to unique id, you should see users’ unique ids in the Created By column (rather than seeing email addresses in that column) when viewing all of the data in a data type (as opposed to viewing the details of a single thing like you are doing in the screenshot).
Hope this helps.
Best…
Mike