nerdexam
Salesforce

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…

Workflow/Process Automation

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)
  • B
    95% (42)
  • C
    2% (1)
  • D
    2% (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

#Salesforce Flow#Flow Elements#Get Records#Record Retrieval

Community Discussion

No community discussion yet for this question.

Full CRT-101 Practice