Input
The input cards are useful when you need to ask the user for information and store it in a variable.
Last updated
Was this helpful?
The input cards are useful when you need to ask the user for information and store it in a variable.
Last updated
Was this helpful?
Ask the user about information and store it in a variable.
Ask the user about information and match it against a regular expression before saving it to a variable. Useful when you need to validate the inputted informationen.
You can use the collected variable in a response card by placing the variable name inside double curly brackets.
The variable is also accessible in a custom component.