Getting A Tables ID without using the API every time

Is there a way I can just pull up my Coda doc and find the ID of a table? It’s not in the URL, so I’m wondering if there’s a formula hack or maybe something with React Dev Tools that can make it quick without pinging the API.

1 Like

NEVERMID. I used the component selector in react dev tools, and can see the table id as the component key.

Or you could enable Developer mode in your account settings (it’s in the bottom under Labs) and have a “Copy table ID” item in the menu:

image

Welcome to the community @Brian_Fakhoury!

6 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.