I have created a new field on the User called Items that is a List of Things.
I want to show a RepeatGroup List of the Items when the User logs in.
I have an Add button that Creates a new Item thing.
But it doesn’t add the Item to the User’s Item’s List of Things?
It adds one to the database, but not to the User’s Items.
What am I doing wrong?