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
Miss FitMiss Fit 

How do I implement the Screen Flow Lookup for Contact?

How do I implement the screen flow lookup for a contact? When I've tried, nothing loads. I don't get an error message. I am unable to search at all like it's stuck loading something. 

Here's my setup:

Lookup information filled out

Here's it doing nothing lol. No error, just forever loads


Does this work for searching all contacts?
Best Answer chosen by Miss Fit
Rajat_JaiswalRajat_Jaiswal
You can refer to the below screenshot as the contact has a lookup on the case object.

User-added image
User-added image

You need to give the lookup field API name for the contact that you are using on your object. Like this lookup component is for the lookup type field. So you need to give the field API name of lookup field for contact.
If you find it helpful. Please mark it best answer.
Thanks