A developer suspects recent edits to a checkout flow have created a bug based on flow
errors being emailed. Given the emails and some inputs known to trigger the issue, which
two activities should the developer consider in their investigation?
A. Use the Org Browser tool in the IDE to download the flow XML and run a diff report
B. Look at the previous flow versions and compare them with the current one
C. Open the Flow, Select Debug, Provide the Inputs, Select Run
D. Open the Flow and select Attach to Live Session, Provide the Session Id, Select Attach
B. Look at the previous flow versions and compare them with the current one C. Open the Flow, Select Debug, Provide the Inputs, Select Run
Explanation:
To investigate a suspected bug in a checkout flow, comparing previous
versions of the flow with the current one can help identify changes that might have
introduced the bug. Additionally, Salesforce provides debugging capabilities within the Flow
Builder, where a developer can select the debug option, provide input values known to
trigger the issue, and execute the flow to observe its behavior, aiding in pinpointing the
source of the problem.