Issue with Update Object With API (Codeless CRUD Rookie)

Mission: CODELESS CRUD ROOKIE
Task: Update Object With API

Everything seems to update properly, I can change names and ages at will. But the task never completes:/ Is there anyway to see what the API request should look like that’s being sent?

What’s currently being sent:

{"created":1647215720000,"name":"Joe","___class":"Person","ownerId":null,"updated":null,"age":33,"objectId":"25B29AA7-582D-4739-9197-0713D94EE708"}

Please attach a screenshot of your codeless logic.

Regards,
Mark

@mark-piller here ya go.

Also data bindings just to be sure:



You’re using the Upsert block, while the video with the instructions shows a different block - below is a screenshot from the video:
Updating an object in Backendless database using Codeless - YouTube 🔊 2022-03-15 04-52-41

It is very important to follow the instructions precisely as they are written/shown in order to get the tasks counted as completed.

Regards,
Mark

Oh WOW, I thought I had looked that over twice already :?

Thanks Mark