Baserow-n8n Create new Row problems

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

Self-hosted

If you are self-hosting, what version of Baserow are you running?

baserow:1.31.1

If you are self-hosting, which installation method do you use to run Baserow?

Azure ACI + Azure Postgres DataBase (collation s_CL.utf8) + External Caddy (Reverse Proxy)

What are the exact steps to reproduce this issue?

I created a self-hosted Baserow database and a table.
Within that database, I created a “clientes” table.
I manually inserted a record into the table containing three simple text fields and one email field.
Using a self-hosted instance of n8n, I employed the Baserow node with the GET function to retrieve the manually created record.
Next, I performed a bulk data insertion from an Excel file into Baserow by mapping identical attributes.
I then connected to Azure Data Studio and confirmed—using a query like SELECT * FROM database_table_XXX—that the data was indeed inserted, and the n8n node also indicated a successful insertion.
However, when I access the database and open the table in Baserow, only the manually created record is visible; none of the bulk-inserted records from n8n are displayed, even though they are present in the database.
Additionally, I replicated the data insertion using cURL with a POST request. Only the test record created manually is displayed.

@joffcom do you have any ideas about what might be causing this issue?

I have not seen that before, it sounds like the issue is outside of n8n if curl reproduces the same issue but I can’t think of what it might be…

@leojadue have you tried clearing your browser cache to make sure there is nothing odd there? I also have to ask and I am sorry about this but… did you make sure the table and database name is correct that you are viewing