I’m going through the missions and in the save data to db part, I used Thunkable blocks to save data to the Person database. Backendless recognizes that there are api calls, but the data is not saved.
In Thunkable I can’t decide the data type of inputs, I have limited the keyboard type to only numbers. When I run it I also only put number in it. I just tried to change the age data type to string in Backendless and it works! So the problem is the type in Thunkable’s data type. I wonder why the in the tutorial it worked…