nerdexam
Salesforce

ADM-201 · Question #299

Northern Trail Outfitters has a new flow that automatically sets field values when a new account is created. The flow is launched by a process, but the flow is not working properly.

The correct answer is A. Use the native feature in the Flow Builder.. A new flow that automatically sets field values on account creation, launched by a process, is not working as expected and needs to be debugged.

Submitted by yasin.bd· Apr 18, 2026Workflow/Process Automation

Question

Northern Trail Outfitters has a new flow that automatically sets field values when a new account is created. The flow is launched by a process, but the flow is not working properly.

Options

  • AUse the native feature in the Flow Builder.
  • BReview debug logs with the flow logging level.
  • CView the setup audit trail and review for errors.
  • DSet up email logs and review the send error logs.

How the community answered

(44 responses)
  • A
    82% (36)
  • B
    5% (2)
  • C
    2% (1)
  • D
    11% (5)

Why each option

A new flow that automatically sets field values on account creation, launched by a process, is not working as expected and needs to be debugged.

AUse the native feature in the Flow Builder.Correct

Flow Builder includes a native debug feature that allows administrators to test the flow's logic step-by-step with specific input data, inspect variable values, and identify the exact point of failure, making it the most direct and efficient debugging method.

BReview debug logs with the flow logging level.

While Salesforce debug logs can capture flow execution details, the specific 'flow logging level' is not a standard configuration, and the native Flow Builder debugger provides a more interactive and focused debugging experience.

CView the setup audit trail and review for errors.

The setup audit trail records administrative configuration changes, such as metadata modifications, but it does not log runtime errors or execution failures within a flow.

DSet up email logs and review the send error logs.

Email logs are used for troubleshooting email delivery issues and are irrelevant to debugging a flow that is failing to set field values.

Concept tested: Debugging Salesforce Flows

Source: https://help.salesforce.com/s/articleView?id=sf.flow_test_debug.htm&type=5

Topics

#Flows#Debugging#Process Automation#Troubleshooting

Community Discussion

No community discussion yet for this question.

Full ADM-201 Practice