I've created a Dataflow that imports products from another SQL database.
I'd like to use that Dataflow to also import those products into Price List Items with the Lists proper calculations.
However when I duplicate the query, give it a different name and then try to Load into the same entity as the first query it won't let me with an error.
Does this mean that I have to create a separate Dataflow for each Price List I want to import the Products into?
Of course in SQL I can do a UNION to do this. If the above is not possible, then is it possible to something like a UNION with the Query in the Dataflow?