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
Stephen ElkindStephen Elkind 

lookup component not searching

Help?  I have been putting together a Lightening Flow and it all works great, except I cannot get the New Lookup Component to work.  I have kep it really simple but it is not returing any results.  Usually, in a lookup search, when I type in anything, it will start to show the available records to choose.  However, no records are showing up. It is as it the underlying Object is not being searched.   

The Lookup is for the Account Object. 
The Lookup Component Setting are:

*API Name: LookupToAccount
*Field API Name: Name
*Label: Search for an Existing Account
*Object API Name: Account
Record Id: [left this blank]
Required: [left this blank]
Manually assign variables (advanced): [unchecked]

I have double checked the Account Object to ensure "Name" is the appropriate field to display.  I have activated the Flow in Lightening runtime as I understand that Lookup Components may not work unless in Lightening runtime.  I am definantely typing in text that should appear as we have 1000's of Account records.  

Help?
Ugur KayaUgur Kaya
Hi Stephen,

I think you got it wrong about the usage. Your object API name is the object which has the lookup field that you are searching for. And the field API name is the field that is subject to the lookup here. For example, the AccountId field on the Case object.
Lookup config


debug