In Salesforce Flow, a record variable holds the values for a single record of a specific object type (e.g., one Account or one Contact).
A. ✅ A record variable stores a structured set of field values for one record and is used for input, manipulation, and output within a flow.
Incorrect Options:
B. The concept of "Global" is unrelated to what record variables store.
C. This describes a Record Collection Variable, not a single record variable.
D. Multiple object types would require separate variables per object type.
Reference Extracts from Salesforce Help – Work with Record Variables in Flow:
“A record variable stores the field values for one record.”
“If you need to store multiple records, use a record collection variable instead.”
===========
Submit