Dialog input

A decision block that lets the user enter text.

The fiber will pause until the user has entered text, cancelled the dialog or the timeout expired.

Use input type to control the soft-keyboard layout, allowed characters and text capitalization. A regular expression can be set for further text validation.

The notification will include a “quick reply” (RemoteInput) action on Android 7+ and Wear devices if the regular expression is unspecified or .+, and the input type is not a number, date/time, phone number, hidden password, nor capitalized, i.e. just plain text.

Note! The resulting text is always of type text even if the input type is number, use the to number operator.

Input arguments

Output variables