Autoincrement value is null after creating record

Issue Description: What’s happening?

When i create a record in a table that has an autoincrement value, either using the javascript API or the API Explorer, the returned value from the request on that attribute is null. Then i see the data in the database and the autoincrement value is correct.

Reproduce the Issue: What steps can someone take to replicate the problem?

  1. Create a new table with an autoincrement value
  2. Create a new record on that table using the API Explorer or the API in javascript
  3. Inspect the response from the server on that autoincrementable attribute, the value is null

Expected Behavior: What did you expect to happen?

The response from the request should have the correct autoincrement value.

Actual Behavior: What actually happened?

The attribute is null

More details or screenshot

1 Like

Hello, @gerardoagl96

It will be fixed soon. I will let you know.

Thanks for the super detailed ticket, @gerardoagl96!