Update existing table with Patch API

Hello,

I would like to update 2-3 column values to from an existing database table via my Front-End (WeWeb).

I created a PATCH API. The request seems to pass well from WeWeb to Xano but the table is updated in an odd way. It updates the right column but all data updated is through the first line of the object sent from Weweb.

i.e. If I pass this array:

0: Monthly Allocation= 1200

1: Monthly allocation = 2000

It copies the line 0 of the array on each row of my table. I hope my explanation is clear ๐Ÿ˜ . What am I doing wrong? Thank you

1
4 replies