3 respuestas
Van,
I've run into Visual Workflow issues like this in the past as well. Here is one approach to overcome. Create an SObject Collection variable to hold your new inserts. Loop through the list of Fast Lookups and insert each one into yiour new SObject variable while assigning the Opportunity Id with the new id. Then fast create the new records using the SObject Collection variable.
If you have multiple child records. I suggest creating multiple Visual Workflows, with each doing the cloning for one object. The main flow can call all the sub flows and will be easier to maintain later on.
Good Luck!
John