I want to save data in a table field, but saving does not work. The object is created, but the fields remain empty Why?
Hi Evgeny,
Here’s a visual explanation of why it does not work:
What I recommend is
- create an object first
- assign it to a variable
- set all the properties to that object
- save it in the database
Hope this helps.
Mark
2 Likes
Of course, I did not save the data after setting the values))))
Mark, Thank you very much!!! Still found a method how to simplify request.
1 Like
You got it! Making codeless logic compact is a lot of fun (IMHO)
2 Likes
you can actually get rid of the UserLogin
variable and move the Save Object in Backendless
block to the return connector.
1 Like
I’m just starting to deal with him, but I already understand what a powerful tool it is and how it facilitates the work. Thanks again!
1 Like