組織には、レコード更新要素を使用して商談を編集する既存のフローがあります。開発者は、フローを更新して連絡先も作成し、作成された連絡先の ID を商談に保存する必要があります。 開発者はフロー内でどの更新を行う必要がありますか?
正解:C
* Why Create Records Element? * TheCreate Recordselement adds the functionality to create a Contact record. * The Contact's ID can then be stored on the Opportunity using a variable or field update. * Why Not Other Options? * A:Update Recordsis for updating existing records, not creating new ones. * B:Roll Back Recordsis used for rolling back transactions, not for creating records. * D:Get Recordsretrieves records but does not create them. References:Flow Builder:https://help.salesforce.com/s/articleView?id=sf.flow_build.htm