Does Coda have Record ID's?

I’m new to Coda coming from Airtable and Smartsuite. In those platforms you can generate unique record id to retrieve a row from a table. I use n8n as my automation platform and I’m trying to get a row instead of all rows.

I haven’t seen a way to generate a record id, just a row number. When I choose the row id in n8n I get an error message. Is there a way to retrieve the “id” as show in the image I attached? Thanks.

You can get that id using this formula: split(thisRow+'',"/").Last()

Here you have a bit more context about ids in Coda

Hope this helps,

Pablo

1 Like