nerdexam
Salesforce

ADX-201 · Question #30

An administrator created a record trigger flow to update contacts. How should the administrator reference the values of the active record the flow is running on?

The correct answer is C. Use the $Record global variable. See the full explanation below for the reasoning.

Question

An administrator created a record trigger flow to update contacts. How should the administrator reference the values of the active record the flow is running on?

Options

  • AUse the {!Contact.Id} global variable.
  • BUse the {!Account.Id} record variable.
  • CUse the $Record global variable.
  • DUse the Get Records element to find the Id.

How the community answered

(55 responses)
  • A
    4% (2)
  • B
    7% (4)
  • C
    75% (41)
  • D
    15% (8)

Community Discussion

No community discussion yet for this question.

Full ADX-201 Practice