rows
Create a row
Creates a row within the specified table.
post/tables/{tableId}/rows
Path parameters
tableIdstring required
The ID of the table which this request is targeting.
Headers
x-budibase-app-idstring required
The ID of the app which this request is targeting.
Request body
Row required
The row to be created/updated, based on the table schema.
Response
Returns the created row, including the ID which has been generated for it. This can be found in the Budibase portal, viewed under the developer information.