CRT-101 · Question #3
An administrator at Cloud Kicks is building a flow that needs to search for records that meet certain conditions and store values from those records in variable for use later in the flow. What flow…
The correct answer is B. Get Records. The 'Get Records' element in Flow Builder is specifically designed to query Salesforce records based on filter conditions and store the retrieved field values into flow variables or record variables for later use in the flow. It is the equivalent of a SOQL SELECT statement…
Question
An administrator at Cloud Kicks is building a flow that needs to search for records that meet certain conditions and store values from those records in variable for use later in the flow. What flow element should the administrator add?
Options
- AAssignment
- BGet Records
- CCreate Records
- DUpdate Records
How the community answered
(44 responses)- B95% (42)
- C2% (1)
- D2% (1)
Explanation
The 'Get Records' element in Flow Builder is specifically designed to query Salesforce records based on filter conditions and store the retrieved field values into flow variables or record variables for later use in the flow. It is the equivalent of a SOQL SELECT statement within a flow. 'Assignment' (A) only assigns values to variables - it does not query the database. 'Create Records' (C) inserts new records. 'Update Records' (D) modifies existing records. Only 'Get Records' performs a data retrieval operation and maps results to variables.
Topics
Community Discussion
No community discussion yet for this question.