Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What are the exact steps to reproduce this issue?
First, thank you to the Baserow team for building such an amazing open-source platform. The new Application Builder is fantastic — it empowers No Code users to quickly create user-friendly apps.
I’ve built a workflow using n8n and Baserow that works perfectly. However, sharing it with others is difficult because each user’s database, table, and field IDs are different, causing the workflow to fail. Reconnecting fields manually is time-consuming and error-prone.
Since Baserow uses fixed field IDs, it’s hard to share n8n workflows. Other platforms like Notion or Airtable allow workflows to run even after duplicating databases, thanks to flexible field name handling.
I hope Baserow will improve the n8n Node to support field names, making it easier for everyone to use and share n8n workflows with Baserow.
Thanks again for your great work!
Attach screenshots, videos, or logs that demonstrate the issue.
Hello @dangngocbinh, we’ve actually been working on updating the n8n integration recently, but unfortunately, this wasn’t one of the changes. So, I’ve created this issue to track and fix it: Support using field names instead of field IDs in n8n integration · Issue #4129 · baserow/baserow · GitHub 
1 Like
Thank you @olgatrykush for your quick response! I’m glad to hear the team is working on updating the n8n integration.
May I take a look at the source code for this feature and help contribute to the update if I can? I would love to participate and help improve this feature for the community.
Thank you so much to the team! 
1 Like
I think so! Let me check with the team and I’ll get back to you on this 
Hey @dangngocbinh, I just checked with the team — we’d really appreciate it if you could contribute this feature yourself!
We just ask that you wait until the latest changes we’ve made are merged, so you can work with the updated node: https://github.com/n8n-io/n8n/pull/19758
The source code is open in the n8n repository here:
https://github.com/n8n-io/n8n/tre
1 Like
Thank you! I’ll wait.
In the meantime, I’ll take a look at how n8n nodes are written to figure things out.
I believe the node will fetch the database table schema and automatically map the field names to IDs when executed.
Please let me know once the merge is complete so I can get started.
Kind regards