Table component's .recordUpdates property is undefined

Hi there -

I'm building my first app in Retool and have been following along with the intro video. I'm at the point now where I'd like to make updates to one of my tables in Postgres using the .recordUpdates property of my table component. However, when I type in the syntax provided in the video ('{{ membersTable.recordUpdates }}', it evaluates to "Undefined."

Any advice on how to proceed?

Try .changesetObject

Hi @weekend! If you're using the new Table component, you can now access record updates via changesetObject and changesetArray (this was recordUpdates on the Table (legacy) component). We will make a note to update some of the training materials to reflect the new component once it is rolled out more broadly!

1 Like