RepeatGroup for List of Things

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?

You have to explicitly tell it to add to the User’s List of Things in addition to saying, “Create a New thing…”

You’ll have a second step in the workflow that Makes Changes to Current User. Then, specify the field to change. In your case, that’ll be Items. Then, add Result of Step 1

1 Like