Hi,
I have been trying to create a record in the table and it seems there is a bug. The “title” field in the createTableRecord API does not pick up the value from the request body. The mapping seems to be wrong in the backend.
The updateTableRecord works fine and the updating of the “title” could be done using this API. But this definitely is a double work.