Update row by table key

Currently it’s possible to update only by row id, which forces user to make an extra query to find the id of the row before updating (for example in n8n).

Hello @srokatonie,

Noted, we will discuss this feature idea with the team and I will get back to you on this afterwards. :ok_hand:

2 Likes

Has this been done? i am trying to figure out how to update a row when a variable changes in my CRM. i dont understand how i can update the row, if my CRM does not know the row ID?

One way of doing it is to query for the relevant row by a unique value (like email), retrieve row ID this way,

Hey @dev @srokatonie, we also have an idea to allow updating all rows that match the filters, but with a certain limit. This would work similarly to the list rows endpoint, but for updating all matching rows. Would this solution work for your needs?

Sure, this could work as usually you would target a single UID in the table.

1 Like