Hi,
I have built 2 standard macros A & B.
Macro A :
- Takes 2 input streams
- sends processed output (1 output stream)
Macro B :
- takes the output from A (single input)
- generates processed output. (single output stream)
When I use them in a workflow it works just fine. (The expected number of rows is 3 )
But, When I clubbed them in to a new Standard Macro C, with these macros A & B, the output generated is different (with 15 rows) and Macro C behaves as if it is a "Batch Macro".
I welcome any clues?
Thanks