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
wt35wt35 

Search functionality in the Flow Designer

Hello

 

I am new to the Flow Designer, just trying to set up a flow for new contact creation.

 

I want to include a search right a the beginning prompting the user to check whether the contact is already there or not.

 

Is that possible?

 

Thanks Marc

markross__cmarkross__c

Strictly speaking, this doesn't exist, but there may be a way around it.

You could create a Dynamic Choice (or Choice Lookup in the Desktop Flow Designer) that could look up and present a dropdown of all present Contacts. They could pull up the picklist to verify whether the contact exists, but of course you'd have to make it optional so they can progress if the Contact does not exist in the picklist.

markross__cmarkross__c

Big caveat though: Choice Lookups, at least in the Desktop Flow Designer, are limited to displaying the first 200 results. Not sure what the limit is in the Cloud Flow Designer, but it stands to reason that there probably is a limit.

Nonprofit_ITNonprofit_IT

How would you get the results to display in a list? 

I created a welcome screen that asked for search term, then a record lookup and a decision of whether or not the contact was found. However I get an unhandled fault right after I type in my search term and hit next.