I am struggling with creating a workflow to Add Sales Order and Lines. I am following a Main-Sub Workflow Approach where I am creating a Order Hed in Main WF and trying to create Lines in SUB WF.
Following is my CSV format:
I have achieved to generate Order Num and is able to pass it to Process Variable however, I am not able to iterate my Sub WF to create the Order Lines. and the WF Finishes as follows:
Not sure, why not the underlying Sub WF elements are being hit ?
Any hint ?