Skip to main content

PROMPT

Shows a simple prompt to the user and stores the entered text into the default text output.

Images

step_PROMPT.png

At a glance

  • Category UI
  • Aliases USER_PROMPT
  • Version: 1.0.0
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
promptTextText displayed in the prompt. Can contain template placeholders resolved against the flowContext.NonefalsetrueNoneNone
placeholderOptional placeholder shown inside the input field.NonefalsefalseNoneNone

Outputs

TypeDescriptionOptional
textThe text entered by the user is written to the default text output (or the configured output variable).false

Examples

Simple prompt

- step: PROMPT
promptText: "Please enter your name"

Provide text via SET before prompt (useful when pre-filling)

- step: SET
text: "Pre-filled value"

- step: PROMPT
promptText: "Edit the pre-filled value"

See Also

General Resources: