Salesforce Platform Developer I (legacy) — Question 220
An org has an existing Visual Flow that creates an Opportunity with an Update Records element. A developer must update the Visual Flow to also create a
Contact and store the created Contact's ID on the Opportunity.
Which update should the developer make in the Visual Flow?
Answer options
- A. Add a new Create Records element.
- B. Add a new Quick Action (of type Create) element.
- C. Add a new Update Records element.
- D. Add a new Get Records element.
Correct answer: A
Explanation
The correct answer is A because a Create Records element is necessary to generate a new Contact record and capture its ID. The other options do not serve the purpose of creating new records; B refers to a Quick Action which is not needed here, C is focused on updating existing records, and D is for retrieving records, which is not applicable in this scenario.