Connecting each list's item to another different list

I’ve been frustrated and overwhelmed with Adalo
I have been trying to create an app in which the user can choose a specific Hood of a city from the ( Hoods List ) and then be taken to a different screen that has a list of the stores that belong only to that specific chosen Hood (note: each hood has its own stores list )

and then the user can select a specific store from that ( (x)Hood Stores list) to be taken to a screen that displays the info of that store ( location/address and image and other info).

Here’s the idea:

(Hoods ) ( Hood2 stores ) ( Store 3 info )

Hood 1 Store1 Image

Hood 2 > Store2 Address

Hood 3 Store3 >

My question is:
How to connect each list’s item to another different list (both of Hoods List and Hood Stores list) ?
{each item must lead to another different list screen}

I have been watching too many videos, tutorials, and reading forms yet none solved my issue ( deleted and created the app too many times )

I appreciate your given time with

Hi @Rafet ,

When you design the database, connect collections with relationship.

I made a cloneable example app here,
Hood City Store Item (adalo.com)

You can check its content.

1 Like

Hi @Yongki

I’d love to tell you that the problem has been solved as I deleted my entire app (databases, relationships, screens, etc) and started another one from the scratch ( following your steps in the demo app ), and I ended it up understanding the relationships between the databases in a very useful way, and most importantly with the same map and functions of your example app as I wanted.

Thanks a lot for your help and i appreciated spending time creating the very helpful example app Brother.

1 Like

Hi @Rafet ,

Great, glad to see that you made progress. :smiley:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.