nerdexam
Salesforce

CRT-211 · Question #14

Cloud Kicks has two record-triggered flows on the same object. One flow creates a child record when criteria are met. The second record-triggered flow is based on criteria to check if the child…

The correct answer is C. Combine the two flows into one with checks to see which part of the flow needs to be run. Flows are tools that automate business processes by collecting data and performing actions in your org or an external system. Flows can be triggered by various events such as record creation, updates, or invocations from other processes or flows. Flows can also have decision…

Extend Custom Objects and Applications

Question

Cloud Kicks has two record-triggered flows on the same object. One flow creates a child record when criteria are met. The second record-triggered flow is based on criteria to check if the child record exists and updates a field. The field on the child record that needs to be updated Is still null after the second record trigger. What should the administrator do to resolve this issue?

Options

  • AMake a new record-triggered flow on the child object to update the field on the parent record.
  • BHave the record-triggered flows fire on create or edit to update the field.
  • CCombine the two flows into one with checks to see which part of the flow needs to be run.
  • Dflows into schedule flows and have them update the field.

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    74% (20)
  • D
    15% (4)

Explanation

Flows are tools that automate business processes by collecting data and performing actions in your org or an external system. Flows can be triggered by various events such as record creation, updates, or invocations from other processes or flows. Flows can also have decision elements that evaluate conditions and determine which path to follow in the flow. By combining the two flows into one with decision elements, the administrator can ensure that the flow runs in the correct order and updates the field on the child record after it is created by the first flow. https://help.salesforce.com/s/articleView?id=sf.flow_concepts.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_decision.htm&type=5

Topics

#record-triggered flow#flow builder#flow consolidation#automation

Community Discussion

No community discussion yet for this question.

Full CRT-211 Practice