Update changes into MongoDB

Hi, I connect my mongoDB to retool. I created a table where I can select a row and all the details are shown in a form. The form will be used to make changes, then I want it to be saved into my mongoDB. I tried a button with "updateOne" and {"$set": { "Review": {{ editableTextArea1.value }} }} but it does not work. When I click the button, the old data is reloaded and shown.
Thanks for your help !

Hey @Lucie_Novak!

Are you running into an issue like this one perhaps?

http://community.retool.com/t/mongo-updateone-not-failing-but-not-working/12806/

For reference, Retool uses Mongodb’s extended syntax!

https://www.mongodb.com/docs/manual/reference/mongodb-extended-json-v1/