4 answers
I think you need to follow this order1) Insert the records in Object A2) Insert the records in Object B3) Create a new csv file to have the ids from both Object A and B by using the success result (from above 2 operations)4) Insert into object AB using this new CSV file.