ADM-201 · Question #319
The administrator at Cloud Kicks is trying to debug a screen flow that creates contacts. One of the variables in the flow is missing on the debug screen. What could cause this issue?
The correct answer is A. The field type is unsupported by Debugging. During screen flow debugging, if a variable is missing from the debug screen, it is likely due to limitations in the debugger's ability to display certain complex field types or large variable structures.
Question
The administrator at Cloud Kicks is trying to debug a screen flow that creates contacts. One of the variables in the flow is missing on the debug screen. What could cause this issue?
Options
- AThe field type is unsupported by Debugging.
- BThe flow is an inactive version.
- CThe Available for Output checkbox was unchecked.
- DThe Available for Input checkbox was unchecked.
How the community answered
(27 responses)- A78% (21)
- B11% (3)
- C4% (1)
- D7% (2)
Why each option
During screen flow debugging, if a variable is missing from the debug screen, it is likely due to limitations in the debugger's ability to display certain complex field types or large variable structures.
The Flow Debugger has inherent limitations regarding the display of certain complex variable types, such as large collections or specific SObject variable structures, which can cause them to appear missing or incomplete on the debug screen.
Inactive flow versions can indeed be debugged, allowing administrators to thoroughly test changes before they are activated and deployed.
The 'Available for Output' checkbox controls whether a variable's value can be passed to an external source that calls the flow, not its visibility within the flow's internal debug screen.
The 'Available for Input' checkbox determines if a variable can accept values from an external source when the flow is initiated, which does not affect its visibility within the flow's debug screen.
Concept tested: Salesforce Flow debugging limitations
Source: https://help.salesforce.com/s/articleView?id=sf.flow_test_debug.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.