Hello guys
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.
The blocks I use is from this Backendless blog: Power Up Your Thunkable App With A Backendless Backend and Database
Is there any reason why this fails? Thanks!
Hi Junwei,
What does the full URL look like?
Btw, is the age
column’s type INTEGER
?
Regards,
Mark
Hi Mark,
Thanks for your reply!
The full URL looks like this, I changed a few letters in the App ID and the Rest Key.
https://api.backendless.com/5295E566-D60B-3657-FFEB-xxxxxxxxxx/E70F764E-3AD1-4AAC-AC64-xxxxxxxx/data/Person
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…
I am glad you got it working!