I’m learning Adalo. Coming with a strong tech background, all things seem pretty simple and logical.
I’m working on a project where 2 different kind of people (let’s call them the producers and the consumers), each with their own specificities. I wonder how to make such a thing with Adalo, because:
I don’t see any way to create a 2d users DB
I can’t create a “producer” DB with a 1-1 relationship with the users one…
…and same for my “consumer” DB
I need the basic advice and guidance to implement a correct data scheme to fulfill this need.
Thanks.
The easiest way would be to create a Boolean property “isProducer” and treat all users with this property = True as Producers.
Then you can create filters based on this property, make actions conditional, direct users to different screens, etc.
A long time ago I made a video tutorial about Admin / Users access: https://youtu.be/_FjSolSWukg. This might be useful to understand some principles.