Sending JSON object to XANO

Hi there.

I have a data table in xano, with one field containing a json object. I’m trying to set up a workflow in weweb that would update a single field in one of the entries in any given object. I’ve attached a few images to illustrate where I’m at with this. For example, I would like to be able to let users change the text, or checked status of a list item in weweb, and have that update in xano.

I’m currently trying to get starte by just using a PUT, to edit all of the entries in a single json object, but when I do so, I get an error which I believe is telling me that the json object being sent from weweb is an array and therefore the wrong format. I’m not sure how to fix this. Any thoughts?

I’m not sure this is the best way to do this though… Ideally the user could simply edit either the text, or checked status on the front end, and update only that entry of the json object on the backend. Maybe that’s a better question to ask!

Any help would be greatly appreciated!

Thanks