So, im creating an app that allows the user to create a wishlist, and these wishlists can be stored and then viewed in another screen. now my problem is, when I click on a specific list name on screen “Saved Lists” it shows the items from all the other lists.
No these lists do not need to be online, if u mean like In the web. I haven’t thought if other people need to view It but I dont think so, they just need to view their own lists that they have saved previously.
I just need the basic list items of the list they select that they had inputted.
Thank youuu
Edit: I also changed a few things in the app today, so it might be different as I tried to use IDs , but it still is so confusing and doesn’t work.
Edit: Also, you can create a local table that is stored on the phone. You will need to go this route as you cannot create new sheets for each user that downloads your app.
P.S. And yes, the data stored in the local table is saved unless you change this option here. Also keep in mind that you won’t be able to see the saved data when you try to view it in the data sources.