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_listssheet that you already created, add arowIDcolumn. Create a multiple relation column calledrel_userListItemsthat points therowIDcolumn to theuserListcolumn in theitemssheet - On the details screen of each item, place a choice component that has a source of the
user_listssheet.- Values =
rowID, Display =listName, Destination =userListcolumn - It should be filtered to where email is the signed in user so each user only sees their own lists.
from theuser_listsscreen
- Values =
- Now, each
listNamehas an individualized list of items. Display therel_userListItemsrelation in an inline list on the details page of each list created in theuser_listsscreen