We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#Dialog.Input Presents an input dialog to collect information from the user.
Paramters: Title, Prompt, DefaultText
result_string = Dialog.Input("Welcome", "Please enter your name:", "")