Hi. Im a Retool newbie and trying to create my first app but im struggling with something that should be so simple
I want to display a MSSQL table and allow user to amend existing data
I've got a data source and a table. I can see my table contents. Great
Next i've added a query for the update. Action is "Bulk Insert via primary key". My primary key is called DataID and have entered {{[ConfigData.recordUpdates]}} in Array Of Records to update field
If I run that it fails with the error "Primary Key DataID is not present in the array"
I don't understand - it is there!
I've also tried using "Update an existing record" as the action type and then {{[ConfigData.recordUpdates]}} for my data but that just seems to be trying to save an object into the table instead of my actual data
Where am I going wrong?