I’m having trouble to complete this mission. I follow the YouTube video. All it does is add blank record in the table. Could anyone tell me what’s the problem?
Many thanks!
I’m having trouble to complete this mission. I follow the YouTube video. All it does is add blank record in the table. Could anyone tell me what’s the problem?
Many thanks!
Hello @Jay_Xu
Welcome to the community and thanks for trying Backendless!
How do you compose the personObject
that placed in the PageData
?
Regards, Vlad
Thanks a lot for pointing this.
Actually I did the”Value Logic” for both “name” field and “age” field according to the video. I double checked every step of the video before I post. Really wish to find out the problem.
Thanks a lot for pointing this.
Actually I did the”Value Logic” for both “name” field and “age” field according to the video. I double checked every step of the video before I post. Really wish to find out the problem.
could you please share a link to the app preview?
I’d love to!
https://amatoryhose.backendless.app/api/files/ui-builder/containers/default/index.html?page=landing
Cheers!
please check the logic where you save a new object, there is an extra space
in 'personObject '
, that’s why it can not find the object in the PageData
OMG! Thank you so much!! Silly me to have such typo! Maybe because I did that on IPad. Hope my mistake could also help others!
regards
I’m glad you got it fixed.
Btw, you can add Print
block to see middle values in the Browser’s devtool
Thanks a lot! I’ll look into that.