RowID in N8N Coda node (get row)

Hi I am using the Coda n8n node with “get row” operation.

The tool requires the RowID to function, however from all documentation I can find on this, including topics on this community, I am understanding that RowID is never exposed (Getting Actual Row ID Within Coda) so I am a little confused as to why an official Coda tool is asking for something which is “never exposed”.

How do I provide this tool the rowID it expects? I am guessing I am missing something very obvious. :sweat_smile:

Hi Darie - you can get the row ID by searching for the row first, and then mapping the ID. I don’t know your exact workflow here, so that’s only one option. The Coda API does output the Row ID when you search rows, for example.

See the documentation for the “Get row” endpoint here

And the documentation for “List rows” here