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

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.