Use caution with sensitive data in these fields. Fields are not found in the source, but could be visible if something breaks
I have two users, derek_test (left) and anon9 (right). ID & Company fields are both populated in their profiles, but only one is visible to the other. derek_test can see ID and anon9 can see Company.
What do users who are not logged in see? So, if the field is only visible to admins, then I would expect that users would not be able to see it even after logging out, correct?
Is there a reason why you chose the text field for the group setting instead of a group_list? It’s a bit more convenient for entering groups because you can select them instead of typing the name. However, it works with the ID, so you have to change the code a little. But it still works even if you rename the group.
Good callout, I just updated it to account for this. Can confirm that logged-out users don’t see the field.
I’ll be honest and say that I did this with Claude Code, but it said that the list_type: group is not available in an object editor—only as a top-level setting.
So it would have to be something like this, but a fixed number of available fields
Huh.. Although the settings in the object editor did accept the list_type:group, I couldn’t get past an error:
I tried a few different transformations but couldn’t get through. The verdict is that “The groups type in object schemas is documented but the UI is not implemented in the frontend.”.