Activity › Forums › Salesforce® Discussions › What are difference between lookup and fast lookup data elements in flow?
Tagged: Data Elements, Flow in Salesforce, Lookup, Record, Salesforce Data, Salesforce Features, sObject
-
What are difference between lookup and fast lookup data elements in flow?
Posted by Somendra on November 13, 2019 at 7:29 AMWhat are difference between lookup and fast lookup data elements in flow?
Deepak replied 6 years, 7 months ago 4 Members · 3 Replies -
3 Replies
-
Hi,
Lookup record will return only first matching record. If you want to get all matching record, you should use Fast Lookup. In the fast lookup it will show all the record with given prefix.
Fast lookups are more powerful, primarily due to a few key features that are not available in record lookups.
Furthermore, fast lookups can simplify your flow because you can store all fields in a single sObject variable, instead of having to create a new flow variable for each data point to be stored.
Thanks.
- [adinserter block='9']
-
Hi ,
Lookup record will return only first matching record. If you want to get all matching record, you should use Fast Lookup. In the fast lookup it will show all the record with given prefix.
-
You want to get all matching record, you should use Fast Lookup. In the fast lookup it will show all the record with given prefix. record will return only first matching record. If you want to get all matching record, you should use Fast Lookup. In the fast lookup it will show all the record with given prefix.
Log In to reply.