I would like to see the option to automatically explode the 'list' that is created when adding suppliers to requestors. Right now I create a _list variable and then need to use the ListExploder transformer. This works but the option box to automatically explode my list into additional merged records would be nice.
The use case is that I want to create a union or intersection table between two tables - for example. I have two documents, that 'document' four features. Each feature needs to be 'merged' with each document. For a total of eight records. FeatureMerger by itself returns four. Adding the list captures the second related document for the feature and then I have to explode the list to get my 'eight' records. It works but it could be simpler.

