Hello, please how i update the column "Text"? I have one table connected to MS SQL database.
Column "Text" is editable column.
THX
Hello, please how i update the column "Text"? I have one table connected to MS SQL database.
Column "Text" is editable column.
Hi @mholan
You should be able to click on the word text in the table row and start editing the field. Then, if you click outside of that cell, you should have access to the save changes button.
Keep in mind that table1.recordUpdates is an array. For example, if I want to call the first update I make to the firstname column in a table, I'd need to reference tableName.recordUpdates[0].firstname
Let us know if you run into any questions. Happy to help!
We also have some table documentation that may be helpful