When setting up a new CrossDoc connection, you may get prompted to ‘+ Set up another account’ to add the permission to read and write to an external table. After clicking ‘set up’ I get a screen that says: “Create a new Coda API token”:
If you highlight a row in a table, then look at the URL in the web address bar, you’ll see a _txxxx that is the table, or grid, id. The _t part is the prefix stating that it’s the id for a table or grid and the 4 characters after are the id. You can leave off the /r1 part, which is the row id for the row that’s highlighted.
You need the whole URL, because we pull the doc id from it as well. So you need up to that part. I highlighted it just so you know what to look for. Sometimes a table is highlighted visually, but that’s not in the URL. So highlighting a row will make sure you have a full URL that can be used.