The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
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.