You’re on the right track. Here’s what I would do:
- In the sheet of
items
, create a user specific text column calleduserList
. - In your
user_lists
sheet that you already created, add arowID
column. Create a multiple relation column calledrel_userListItems
that points therowID
column to theuserList
column in theitems
sheet - On the details screen of each item, place a choice component that has a source of the
user_lists
sheet.- Values =
rowID
, Display =listName
, Destination =userList
column - It should be filtered to where email is the signed in user so each user only sees their own lists.
from theuser_lists
screen
- Values =
- Now, each
listName
has an individualized list of items. Display therel_userListItems
relation in an inline list on the details page of each list created in theuser_lists
screen