function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bouscalbouscal 

Flow to create related records on import not working

I have an auto-launched flow that is intended to create contact records when a custom object is imported.  The custom object has a lookup to the Contact.  When the import runs it should check the records for existing contacts and if they are not found it should create it and attach it.  It's not working.  

When debugging, if I pass a record ID it will work properly.  I'm pretty certain this has something to do with the order of operations but I'm not sure how to resolve the issue.