When updating a record in NocoDB through the API from n8n, how does it determine which fields to update?
i mean i tried to UPDATE but NOCODB just add rows.
When updating a record in NocoDB through the API from n8n, how does it determine which fields to update?
i mean i tried to UPDATE but NOCODB just add rows.
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hey @Masanori
Which key is your primary key in the database? That value must be included in the items for it to update which the node looks to mention.
We could probably do with updating the node a bit to make it clearer or allow it to be selected from a list to make life easier.
“id” is primary key in NOCODB as default.
and it worked thank you so much !!!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.