Input dialog
The Input Dialog function, allows to display a message with the possibility of entering a text string in it

Description : You must enter the description message that will be displayed in the alert.
Title : You must enter the title that will be displayed in the alert.
Mask : The example value that will be shown in the field within the alert must be entered.
Step by Step :

On Cancel : Runs when the alert is canceled.
OutVars
Null
On Submit : It is executed once the user enters a value and sends it.
OutVars
Null
On Empty : Fires when the alert field is sent without a value.
OutVars
Null
Last updated
Was this helpful?