Hi everyone,
I’m currently building an app in Adalo where users can input the ingredients they have, and the app should display only the recipes that can be made with all of those ingredients. I’m struggling to implement the functionality where the app filters and shows only the drinks that require ingredients entirely available in the user’s list.
To clarify, I need the app to:
- Compare the list of ingredients for each recipe with the ingredients the user owns.
- Display the meal only if the user has all the required ingredients for that meal.
I’ve set up collections for recipes, ingredients, and user-owned ingredients, but I’m unsure how to set up the filtering logic to achieve this. Is this something that is possible in Adalo? If so, could you guide me through how to implement it?
Any advice or example setups would be greatly appreciated!
Thank you in advance!