To display a confirmation message or static content in a Screen Flow (such as “Your submission was successful”), the administrator should use the Display Text component.
Display Text allows admins to show formatted messages, icons, hyperlinks, or dynamic field values from the flow without allowing user input.
Incorrect Options:
A. Text: Used for capturing single-line input from the user.
C. Lookup: Used for selecting records from a related object.
D. Long Text Area: Accepts multi-line input from the user, not for display-only.
Reference Extracts from Salesforce Help Documentation on Screen Components:
“Use the Display Text screen component to show confirmation messages, instructional content, or merge field values during a Screen Flow.”
rence: Salesforce Help Documentation on Screen Flow Components.
Submit