ExamGecko
Question list
Search
Search

List of questions

Search

Question 182 - Certified B2B Commerce Administrator discussion

Report
Export

A developer is debugging a flow and needs to watch all the variables changing as the checkout process is executed, but nothing is displaying.

Which two features did the developer forget to enable?

A.
Show the details of what is executed and render flow in Lightning Experience.
Answers
A.
Show the details of what is executed and render flow in Lightning Experience.
B.
Run the latest version of each flow called by subflow elements.
Answers
B.
Run the latest version of each flow called by subflow elements.
C.
Show the details of what is executed and render flow in Lightning Runtime.
Answers
C.
Show the details of what is executed and render flow in Lightning Runtime.
D.
Set up a debug log to show the details of what is executed
Answers
D.
Set up a debug log to show the details of what is executed
Suggested answer: A, C

Explanation:

To debug a flow and watch all the variables changing as the checkout process is executed, the developer needs to enable two features: show the details of what is executed and render flow in Lightning Experience, and show the details of what is executed and render flow in Lightning Runtime. These features are available in the Debug Options dialog box in Flow Builder, and they allow the developer to see the detailed information about each element, resource, and variable in the flow as it runs.The developer can also use breakpoints to pause the flow execution and inspect the variable values at any point1.Running the latest version of each flow called by subflow elements is not a feature that affects the display of variables, but rather a feature that ensures that the debug session uses the most recent version of any subflows2.Setting up a debug log is not a feature that can be enabled in Flow Builder, but rather a separate tool that can be used to monitor the events that occur when a flow runs3.Reference:Debug a Flow in Flow Builder,Flow Debugging,Debug Flows with Debug Logs

asked 23/09/2024
Anupam Ojha
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first