Hey Jaymer, yes I'm still here 😃
I've set up my import so that it dumps to a BO so I can clean up the data and run some processes before I either create a new Contact or modify an existing Contact (the data contains a mix of both). So yes, the records are there. I want to insert the matching Contact (based on email address) to the Import.BO to create the relationship so that I can compare/modify the records and create child records for the Contact based on the Import.BO record. (The Import.BO record contains data for the Contact and for the creation of a child record for that Contact).
If I open an Import.BO record and run a process to insert the Contact it works. If I run a stand-alone process to find each Import.BO record and run the insert Contact process, it doesn't work.
The IMPORT suggestion is interesting. Are you saying that I should connect the Contact I'm trying to find when I import the data to the Import.BO? I was hoping to connect after my data was imported and cleaned up, hence the "temp" Import.BO
I thought this would a simple process to write...nope 😉 Is there any other way to do what I want to do?
Thanks for your help on this 😃