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.