How to create an shopping list based on a recipe's ingredients

Hello all

I’m bust with a recipe app, which also allows the user to add a recipe’s ingredients to a shopping list. But I’m struggling a bit with adding items to the shopping list.

My app is set up as follows:
Collections:

  • Users
  • Recipes
  • Global Ingredients

Each recipe has ingredients tags that is connected to the global ingredients collection.

Now - I want a button that once clicked, it adds the recipe’s ingredients to a new shopping list, but I can’t figure out how to do this

Please help

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