nerdexam
Salesforce

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.

Submitted by hassan_iq· Apr 18, 2026Workflow/Process Automation

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)
  • A
    78% (21)
  • B
    11% (3)
  • C
    4% (1)
  • D
    7% (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.

AThe field type is unsupported by Debugging.Correct

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.

BThe flow is an inactive version.

Inactive flow versions can indeed be debugged, allowing administrators to thoroughly test changes before they are activated and deployed.

CThe Available for Output checkbox was unchecked.

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.

DThe Available for Input checkbox was unchecked.

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

#Flow Debugging#Screen Flow#Flow Variables#Troubleshooting

Community Discussion

No community discussion yet for this question.

Full ADM-201 Practice