The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Apologies for the unclear topic.
I have a recipe database, where I have tables for
• recipes
• ingredients
• recipe-ingredient junction, where I store data of e.g. amounts in recipes
I just realised i will need to easily make different versions of ba...
I’m working on a recipe production database. I will have a table for all available ingredients, and another table with recipes that uses ingredients. When writing a recipe, i have a linked field where the author can pick ingredients in the recipe tab...
Hey, thanks for sharing, seems like a smart solution! Did solve this with a recipe-ingredients junction table, and filling in amounts is doable but a bit tedious within airtable but a form solution is probably leaner for a recipe author.
Hi, that seems like a neat way of solving this exact same issue.
So you have cognitoforms fill in ingredients and quantities, and make integromat take this data to the junction table, and somehow relate hte ingredients to correct recipes and ingredie...