Retool lets you build internal tools fast. It comes with a drag-and-drop component canvas, query builders, a workflow tool, and more.
changesetArray
property of a table contains an array of row changesets. To use changesetArray
, you must have a primary key for the data in your table and also configure it in Retool’s table configuration GUI as shown below:
data
and error
. It is not necessary to provide a failure condition and message, but if you check the box to display a notification and leave them blank, no notification appears. Read the Retool docs on Failure conditions to learn more.
Step 4: Set the condition to {{ error }}
and message to Update Failed: {{ data.message }}
.
This checks for the error
property and displays the message
field from the data
property: