Hello everyone! I imagine my problem is a 2-minute thing for a pro But I cannot figure it out for whatever reason. Any help would be appreciated!
So my situation is the following:
- I have an Event (“Birthday Party”)
- This event has multiple users (party guests)
- who in turn each have a different role at this party (Guest, Organizer, Birthday Child etc.)
- This event has multiple users (party guests)
- On the birthday party page I want to retrieve and display the birthday child’s photo (it’s tied to his/her user profile)
For the life of me I cannot figure out how to do this. My logic would be, in the image source > Database, to search for the role “Birthday Child” and then look up the user who has that role, then display that user’s profile pic.
I have had this issue or similar in some capacity in different areas of my app.
I’m fairly new to Adalo and used to other app builder tools. It might be as simple as me not knowing where to do a query like this. How can I do such a lookup in Adalo??