The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello!
I am writing a script that will export all the data from a database into Json files.
With the API, I can easily get the column’s name and their values, but can’t get the table’s name!
For instance, I have a table named “People” with its attrib...
When you get to the record inside your forEach loop, you can get it like this:
record.id
If you want to see it, try console.log(record.id) after the line records.forEach(function(record) {
Hope this will help you.
Hey,
You mean this one : recHCaksbNTrZKM2g ?
It is the Id given to your record.
To retrieve your record, the api needs its ID. I don’t think you can retrieve a record without it yet.