Resolved! call recipes dynamically
HiI was just wondering how to execute sub-recipes in a dynamic way.for example, I have lookup-table ( type, recipe_name ). Based on the type, I need to call a sub recipe. Type Recipe_nameType 1Sub_Recipe_1Type 2Sub_Recipe_2Type 3Sub_Recipe_3Type 4Su...