PLAT-ADMN-201 · Question #118
The administrator at Universal Containers is creating a flow with several steps. How can the administrator check their work as they are developing the flow?
The correct answer is C. Use the Debug tool in the flow builder. To effectively check work during flow development, an administrator should use the built-in Debug tool directly within the Flow Builder.
Question
Options
- AUse debug logs in the Developer Console
- BUse debug logs found in Setup
- CUse the Debug tool in the flow builder
- DPerform the same steps manually via the UI
How the community answered
(47 responses)- A2% (1)
- B9% (4)
- C87% (41)
- D2% (1)
Why each option
To effectively check work during flow development, an administrator should use the built-in Debug tool directly within the Flow Builder.
Developer Console debug logs provide system-level information but are not as interactive or specifically tailored for debugging flow logic as the Flow Builder's dedicated debug tool.
Debug logs found in Setup offer general system diagnostic information but lack the specialized, interactive capabilities for step-by-step flow debugging provided by the Flow Builder's tool.
The Flow Builder features a dedicated Debug tool that allows administrators to execute the flow step-by-step, simulate various inputs, and inspect variable values and execution paths, which is ideal for testing and troubleshooting during development.
Performing steps manually via the UI only tests the deployed flow and does not provide the detailed, step-by-step execution insights needed for development and debugging.
Concept tested: Flow Builder debug capabilities
Source: https://help.salesforce.com/s/articleView?id=sf.flow_debug_flow.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.