Hi!
I wonder if it is possible to filter an answer based on whether the response is an integer or text.
I want to make sure that the system catches the number even if the number is written as a whole or with a space in between.
The different response scenarios are:
- number written without spaces: 12345
- number written with spaces 1 2345
- Random text written: I don’t have the number.
if I use “text” as the response: I can catch scenario 1 and 3. If I use number as a response I can catch scenario 1 and two.
Is there a way to ask for an integer and jump to the next question if I don’t get an integer?