I am a newbie to Thunkable X. I tried to create a simple app that ask user to input name and year of birth, and return a message with the input name and calculated age.
Before composing the message, I test whether the 2 “TextInput” are blank and show alert if any of them are blank.
My problem is when both input are blank, the 1st alert disappears before I confirm and the 2nd alert shows waiting for confirmation.
I run Thunkable Live on an android phone. Could somebody tell me what’s wrong with my code, or is it a bug in thunkable x?
The code is as follows: