Hi, I have 2 data types: Ingredients & Recipe with the following structure
Ingredients
Name (text)
Recipe
Name (text)
Instructions (text)
Ingredients (list of Ingredientses)
What I am trying to accomplish is have my user create a new Recipe and that Recipe will have multiple Ingredients with 2 attributes; Amount, Unit (option set).
Here are screenshots and my workflow. I am able to get everything setup except the ability to bring the data from the user submitted Amount & Unit forward (screen 1). From the final screen, a user would hit “Save” and the a new Recipe would be created. How can I accomplish this?
Screen 1:
Screen 2: added to show the full flow
Screen 3:
Thank you for any help!


